ClassWizardCompletedEventArgs
Class
Provides data for wizard completed event.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class WizardCompletedEventArgs : EventArgs
Inheritance: objectEventArgsWizardCompletedEventArgs
Inherited Members
Constructors
WizardCompletedEventArgs(WizardPage, WizardCompletionAction)
Initializes a new instance of the WizardCompletedEventArgs class.
Declaration
cs-api-definition
public WizardCompletedEventArgs(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.