FrameworkElementCommandAdapter 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 FrameworkElementCommandAdapter : Microsoft::Practices::CompositeUI::Commands::EventCommandAdapter<System::Windows::FrameworkElement ^>
public class FrameworkElementCommandAdapter : Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter<System.Windows.FrameworkElement>
type FrameworkElementCommandAdapter = class
inherit EventCommandAdapter<FrameworkElement>
Public Class FrameworkElementCommandAdapter
Inherits EventCommandAdapter(Of FrameworkElement)
- Inheritance
Constructors
FrameworkElementCommandAdapter() | |
FrameworkElementCommandAdapter(FrameworkElement, 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) |