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 Wizard
Declaration
public WizardDelegateCommandWrapper(Action action, int delay, RadWizard wizard)
Parameters
System. The action. |
System. The delay. |
Rad The wizard control. |
WizardDelegateCommandWrapper(Action, RadWizard)
Initializes a new instance of the Wizard
Declaration
public WizardDelegateCommandWrapper(Action action, RadWizard wizard)
Parameters
System. The action. |
Rad The wizard control. |
WizardDelegateCommandWrapper(ICommand, Int32, RadWizard)
Initializes a new instance of the Wizard
Declaration
public WizardDelegateCommandWrapper(ICommand command, int delay, RadWizard wizard)
Parameters
System. The command. |
System. The delay. |
Rad The wizard control. |
WizardDelegateCommandWrapper(ICommand, RadWizard)
Initializes a new instance of the Wizard
Declaration
public WizardDelegateCommandWrapper(ICommand command, RadWizard wizard)
Parameters
System. The command. |
Rad The wizard control. |