Class WizardDelegateCommandWrapper
Represents a concrete implementation of DelegateCommandWrapper for the scope of RadWizard.
Inherited Members
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WizardDelegateCommandWrapper : DelegateCommandWrapper
Constructors
WizardDelegateCommandWrapper(Action, Int32, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
Declaration
public WizardDelegateCommandWrapper(Action action, int delay, RadWizard wizard)
Parameters
System.Action
action
The action. |
System.Int32
delay
The delay. |
RadWizard
wizard
The wizard control. |
WizardDelegateCommandWrapper(Action, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
Declaration
public WizardDelegateCommandWrapper(Action action, RadWizard wizard)
Parameters
System.Action
action
The action. |
RadWizard
wizard
The wizard control. |
WizardDelegateCommandWrapper(ICommand, Int32, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
Declaration
public WizardDelegateCommandWrapper(ICommand command, int delay, RadWizard wizard)
Parameters
System.Windows.Input.ICommand
command
The command. |
System.Int32
delay
The delay. |
RadWizard
wizard
The wizard control. |
WizardDelegateCommandWrapper(ICommand, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
Declaration
public WizardDelegateCommandWrapper(ICommand command, RadWizard wizard)
Parameters
System.Windows.Input.ICommand
command
The command. |
RadWizard
wizard
The wizard control. |