Class
WizardCompletedEventArgs

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 EventArgs.Empty

Constructors

WizardCompletedEventArgs(WizardPage, WizardCompletionAction)

Initializes a new instance of the WizardCompletedEventArgs class.

Declaration

cs-api-definition
public WizardCompletedEventArgs(WizardPage selectedPage, WizardCompletionAction action)

Parameters

selectedPage

WizardPage

The new page.

action

WizardCompletionAction

The action.

Properties

Action

Gets the action.

Declaration

cs-api-definition
public WizardCompletionAction Action { get; }

Property Value

WizardCompletionAction

The action.

SelectedPage

Gets the new page.

Declaration

cs-api-definition
public WizardPage SelectedPage { get; }

Property Value

WizardPage

The new page.