Class WizardCompletedEventArgs
Provides data for wizard completed event.
Inheritance
System.Object
System.EventArgs
WizardCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |