ClassDelegateCommandWrapper
Wraps Command and Action instances in a common execution context.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public abstract class DelegateCommandWrapper
Inheritance: objectDelegateCommandWrapper
Derived Classes:
Constructors
DelegateCommandWrapper(Action)
Initializes a new instance of the DelegateCommandWrapper class.
Declaration
protected DelegateCommandWrapper(Action action)
Parameters
action
The action.
DelegateCommandWrapper(Action, int)
Initializes a new instance of the DelegateCommandWrapper class.
DelegateCommandWrapper(ICommand)
Initializes a new instance of the DelegateCommandWrapper class.
Declaration
protected DelegateCommandWrapper(ICommand command)
Parameters
command
The command.
DelegateCommandWrapper(ICommand, int)
Initializes a new instance of the DelegateCommandWrapper class.
Properties
Delay
Gets or sets the delay.
Declaration
public int Delay { get; protected set; }
Property Value
The delay.
ExecuteAction
Gets or sets the execute action.
Declaration
protected Action ExecuteAction { get; set; }
Property Value
The execute action.
ExecuteCommand
Gets or sets the execute command.
Declaration
protected ICommand ExecuteCommand { get; set; }
Property Value
The execute command.
InvocationKey
Gets or sets the invocation key.
Declaration
public Key InvocationKey { get; set; }
Property Value
Key
The invocation key.
Methods
GetExecuteAction()
Gets the execute action.