Share via


EventCommandAdapter<TInvoker> Class

Definition

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
EventCommandAdapter<TInvoker>
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)

Applies to