EventCommandAdapter<TInvoker> Constructors
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.
Overloads
EventCommandAdapter<TInvoker>() | |
EventCommandAdapter<TInvoker>(TInvoker, String) |
EventCommandAdapter<TInvoker>()
public:
EventCommandAdapter();
public EventCommandAdapter();
Public Sub New ()
Applies to
EventCommandAdapter<TInvoker>(TInvoker, String)
public:
EventCommandAdapter(TInvoker invoker, System::String ^ eventName);
public EventCommandAdapter(TInvoker invoker, string eventName);
new Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter<'Invoker> : 'Invoker * string -> Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter<'Invoker>
Public Sub New (invoker As TInvoker, eventName As String)
Parameters
- invoker
- TInvoker
- eventName
- String