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 Wizard
Declaration
public WizardCompletedEventArgs(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. |