ControlCommandAdapter 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.
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) |