ClassWizardDelegateCommandWrapper
Class
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
Constructors
WizardDelegateCommandWrapper(Action, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
WizardDelegateCommandWrapper(Action, int, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
WizardDelegateCommandWrapper(ICommand, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.
WizardDelegateCommandWrapper(ICommand, int, RadWizard)
Initializes a new instance of the WizardDelegateCommandWrapper class.