Class WizardPageSelectionChangeCause
Enumerates the different causes for the change in current page selection of a WizardControl.
Inheritance
System.Object
WizardPageSelectionChangeCause
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class WizardPageSelectionChangeCause : Enum
Fields
NextPageCommand
Selection changed because the user hit the Next button.
Declaration
public const WizardPageSelectionChangeCause NextPageCommand
Field Value
Type |
---|
WizardPageSelectionChangeCause |
PreviousPageCommand
Selection changed because the user hit the Previous button.
Declaration
public const WizardPageSelectionChangeCause PreviousPageCommand
Field Value
Type |
---|
WizardPageSelectionChangeCause |
Programmatic
Selection changed because of a SelectedWizardPage setting.
Declaration
public const WizardPageSelectionChangeCause Programmatic
Field Value
Type |
---|
WizardPageSelectionChangeCause |
SelectPageCommand
Selection changed because someone invoked the WizardCommands.Select page command.
Declaration
public const WizardPageSelectionChangeCause SelectPageCommand
Field Value
Type |
---|
WizardPageSelectionChangeCause |