Class WizardCompletedEventArgs
Provides data for wizard completed event.
Inheritance
System.Object
WizardCompletedEventArgs
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WizardCompletedEventArgs : EventArgs
Constructors
WizardCompletedEventArgs(WizardPage, WizardCompletionAction)
Initializes a new instance of the WizardCompletedEventArgs class.
Declaration
public WizardCompletedEventArgs(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. |