ClassWizardCompletingEventArgs
Class
Provides data for wizard completing event.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class WizardCompletingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsWizardCompletingEventArgs
Inherited Members
Constructors
WizardCompletingEventArgs(WizardPage, WizardCompletionAction)
Initializes a new instance of the WizardCompletingEventArgs class.
Declaration
cs-api-definition
public WizardCompletingEventArgs(WizardPage selectedPage, WizardCompletionAction action)
Parameters
selectedPage
The new page.
action
The action.
Properties
Action
Gets the action.
Declaration
cs-api-definition
public WizardCompletionAction Action { get; }
Property Value
The action.
SelectedPage
Gets the new page.
Declaration
cs-api-definition
public WizardPage SelectedPage { get; }
Property Value
The new page.