New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the WizardCompletingEventArgs class.

C#
public WizardCompletingEventArgs(WizardPage selectedPage, WizardCompletionAction action)
Parameters:selectedPageWizardPage

The new page.

actionWizardCompletionAction

The action.

Properties

Gets the action.

C#
public WizardCompletionAction Action { get; }
Property Value:

The action.

Gets the new page.

C#
public WizardPage SelectedPage { get; }
Property Value:

The new page.