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

Provides data for wizard completed event.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class WizardCompletedEventArgs : EventArgs

Inheritance: objectEventArgsWizardCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the WizardCompletedEventArgs class.

C#
public WizardCompletedEventArgs(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.