Class
WizardCompletingEventArgs

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

Constructors

WizardCompletingEventArgs(WizardPage, WizardCompletionAction)

Initializes a new instance of the WizardCompletingEventArgs class.

Declaration

cs-api-definition
public WizardCompletingEventArgs(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.