alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved