EventCommandAdapter<TInvoker> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TInvoker>
public ref class EventCommandAdapter : Microsoft::Practices::CompositeUI::Commands::CommandAdapter
public class EventCommandAdapter<TInvoker> : Microsoft.Practices.CompositeUI.Commands.CommandAdapter
type EventCommandAdapter<'Invoker> = class
inherit CommandAdapter
Public Class EventCommandAdapter(Of TInvoker)
Inherits CommandAdapter
Type Parameters
- TInvoker
- Inheritance
- Derived
Constructors
EventCommandAdapter<TInvoker>() | |
EventCommandAdapter<TInvoker>(TInvoker, String) |
Properties
InvokerCount | |
Invokers |
Methods
AddInvoker(Object, String) | |
BindCommand(Command) | (Inherited from CommandAdapter) |
ContainsInvoker(Object) | |
Dispose() | (Inherited from CommandAdapter) |
Dispose(Boolean) | |
FireCommand() | (Inherited from CommandAdapter) |
InvokerEventHandler(Object, EventArgs) | |
OnCommandChanged(Command) | (Inherited from CommandAdapter) |
RemoveInvoker(Object, String) | |
UnbindCommand(Command) | (Inherited from CommandAdapter) |
Events
ExecuteCommand | (Inherited from CommandAdapter) |