New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class WizardDelegateCommandWrapper : DelegateCommandWrapper

Inheritance: objectDelegateCommandWrapperWizardDelegateCommandWrapper

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

Constructors

Initializes a new instance of the WizardDelegateCommandWrapper class.

C#
public WizardDelegateCommandWrapper(Action action, int delay, RadWizard wizard)
Parameters:actionAction

The action.

delayint

The delay.

wizardRadWizard

The wizard control.

Initializes a new instance of the WizardDelegateCommandWrapper class.

C#
public WizardDelegateCommandWrapper(Action action, RadWizard wizard)
Parameters:actionAction

The action.

wizardRadWizard

The wizard control.

Initializes a new instance of the WizardDelegateCommandWrapper class.

C#
public WizardDelegateCommandWrapper(ICommand command, int delay, RadWizard wizard)
Parameters:commandICommand

The command.

delayint

The delay.

wizardRadWizard

The wizard control.

Initializes a new instance of the WizardDelegateCommandWrapper class.

C#
public WizardDelegateCommandWrapper(ICommand command, RadWizard wizard)
Parameters:commandICommand

The command.

wizardRadWizard

The wizard control.