Compartir a través de


ControlCommandAdapter Class

Definition

public ref class ControlCommandAdapter : Microsoft::Practices::CompositeUI::Commands::EventCommandAdapter<System::Windows::Forms::Control ^>
public class ControlCommandAdapter : Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter<System.Windows.Forms.Control>
type ControlCommandAdapter = class
    inherit EventCommandAdapter<Control>
Public Class ControlCommandAdapter
Inherits EventCommandAdapter(Of Control)
Inheritance

Constructors

ControlCommandAdapter()
ControlCommandAdapter(Control, String)

Properties

InvokerCount (Inherited from EventCommandAdapter<TInvoker>)
Invokers (Inherited from EventCommandAdapter<TInvoker>)

Methods

AddInvoker(Object, String) (Inherited from EventCommandAdapter<TInvoker>)
BindCommand(Command) (Inherited from CommandAdapter)
ContainsInvoker(Object) (Inherited from EventCommandAdapter<TInvoker>)
Dispose() (Inherited from CommandAdapter)
Dispose(Boolean) (Inherited from EventCommandAdapter<TInvoker>)
FireCommand() (Inherited from CommandAdapter)
InvokerEventHandler(Object, EventArgs) (Inherited from EventCommandAdapter<TInvoker>)
OnCommandChanged(Command)
RemoveInvoker(Object, String) (Inherited from EventCommandAdapter<TInvoker>)
UnbindCommand(Command) (Inherited from CommandAdapter)

Events

ExecuteCommand (Inherited from CommandAdapter)

Applies to