Class WizardCompletingEventArgs
Provides data for wizard completing event.
Inheritance
System.Object
WizardCompletingEventArgs
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WizardCompletingEventArgs : CancelEventArgs
Constructors
WizardCompletingEventArgs(WizardPage, WizardCompletionAction)
Initializes a new instance of the Wizard
Declaration
public WizardCompletingEventArgs(WizardPage selectedPage, WizardCompletionAction action)
Parameters
Wizard The new page. |
Wizard The action. |
Properties
Action
Gets the action.
Declaration
public WizardCompletionAction Action { get; }
Property Value
Wizard The action. |
SelectedPage
Gets the new page.
Declaration
public WizardPage SelectedPage { get; }
Property Value
Wizard The new page. |