System.Web.UI.WebControls.WizardNavigationEventArgs Members

The members of System.Web.UI.WebControls.WizardNavigationEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

Cancelbool.

Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled.

[read-only]
CurrentStepIndexint.

Gets the index of the System.Web.UI.WebControls.WizardStep object currently displayed in the System.Web.UI.WebControls.Wizard control.

[read-only]
NextStepIndexint.

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.