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 WizardCompletingEventArgs class.
Declaration
public WizardCompletingEventArgs(WizardPage selectedPage, WizardCompletionAction action)
Parameters
WizardPage
selectedPage
The new page. |
WizardCompletionAction
action
The action. |
Properties
Action
Gets the action.
Declaration
public WizardCompletionAction Action { get; }
Property Value
WizardCompletionAction
The action. |
SelectedPage
Gets the new page.
Declaration
public WizardPage SelectedPage { get; }
Property Value
WizardPage
The new page. |