Provides data for wizard completed event.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class WizardCompletedEventArgs : EventArgs
Inheritance: objectEventArgsWizardCompletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the WizardCompletedEventArgs class.
C#
public WizardCompletedEventArgs(WizardPage selectedPage, WizardCompletionAction action)
The new page.
actionWizardCompletionActionThe action.
Properties
Gets the action.
C#
public WizardCompletionAction Action { get; }
The action.
Gets the new page.
C#
public WizardPage SelectedPage { get; }
The new page.