In This Article

WizardPageEventReason Enum

Specifies the reason why a WizardPage event was raised.

public enum WizardPageEventReason

Fields

Name Description
BackButtonClick

The page change was caused by the Back button being pressed.

NextButtonClick

The page change was caused by the Next button being pressed.

Programmatic

The page change was caused programmatically.