Class
WizardDelegateCommandWrapper

Represents a concrete implementation of DelegateCommandWrapper for the scope of RadWizard.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class WizardDelegateCommandWrapper : DelegateCommandWrapper

Inheritance: objectDelegateCommandWrapperWizardDelegateCommandWrapper

Inherited Members DelegateCommandWrapper.GetExecuteAction()DelegateCommandWrapper.DelayDelegateCommandWrapper.InvocationKeyDelegateCommandWrapper.ExecuteActionDelegateCommandWrapper.ExecuteCommand

Constructors

WizardDelegateCommandWrapper(Action, RadWizard)

Initializes a new instance of the WizardDelegateCommandWrapper class.

Declaration

cs-api-definition
public WizardDelegateCommandWrapper(Action action, RadWizard wizard)

Parameters

action

Action

The action.

wizard

RadWizard

The wizard control.

WizardDelegateCommandWrapper(Action, int, RadWizard)

Initializes a new instance of the WizardDelegateCommandWrapper class.

Declaration

cs-api-definition
public WizardDelegateCommandWrapper(Action action, int delay, RadWizard wizard)

Parameters

action

Action

The action.

delay

int

The delay.

wizard

RadWizard

The wizard control.

WizardDelegateCommandWrapper(ICommand, RadWizard)

Initializes a new instance of the WizardDelegateCommandWrapper class.

Declaration

cs-api-definition
public WizardDelegateCommandWrapper(ICommand command, RadWizard wizard)

Parameters

command

ICommand

The command.

wizard

RadWizard

The wizard control.

WizardDelegateCommandWrapper(ICommand, int, RadWizard)

Initializes a new instance of the WizardDelegateCommandWrapper class.

Declaration

cs-api-definition
public WizardDelegateCommandWrapper(ICommand command, int delay, RadWizard wizard)

Parameters

command

ICommand

The command.

delay

int

The delay.

wizard

RadWizard

The wizard control.