The properties of System.Web.UI.WebControls.WizardNavigationEventArgs are listed below. For a list of all members, see the WizardNavigationEventArgs Members list.
See Also: Inherited members from System.EventArgs
| Cancel | bool.
Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled. | |
| [read-only] | CurrentStepIndex | int.
Gets the index of the System.Web.UI.WebControls.WizardStep object currently displayed in the System.Web.UI.WebControls.Wizard control. |
| [read-only] | NextStepIndex | int.
Gets a value that represents the index of the System.Web.UI.WebControls.WizardStep object that the System.Web.UI.WebControls.Wizard control will display next. |