WPF

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

    Show / Hide Table of Contents

    Enum WizardPageSelectionChangeCause

    Enumerates the different causes for the change in current page selection of a WizardControl.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum WizardPageSelectionChangeCause

    Fields

    Name Description
    NextPageCommand

    Selection changed because the user hit the Next button.

    PreviousPageCommand

    Selection changed because the user hit the Previous button.

    Programmatic

    Selection changed because of a SelectedWizardPage setting.

    SelectPageCommand

    Selection changed because someone invoked the WizardCommands.Select page command.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved