Provides data for wizard completing event.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class WizardCompletingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsWizardCompletingEventArgs
Inherited Members
Constructors
Initializes a new instance of the WizardCompletingEventArgs class.
C#
public WizardCompletingEventArgs(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.