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