WizardNavigationEventArgs Class
Provides data for the CurrentStepIndex property and the NextStepIndex property for navigation in wizard controls.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | WizardNavigationEventArgs(Int32, Int32) | Initializes a new instance of the WizardNavigationEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the navigation to the next step in the wizard should be canceled. |
![]() | CurrentStepIndex | Gets the index of the WizardStep object currently displayed in the Wizard control. |
![]() | NextStepIndex | Gets a value that represents the index of the WizardStep object that the Wizard control will display next. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The WizardNavigationEventArgs class provides the data needed for the various navigation events in a Wizard control. For example, the NextButtonClick event of a Wizard control uses the WizardNavigationEventArgs object to indicate the CurrentStepIndex and NextStepIndex for the control.
For more information about handling events, see NIB: Consuming Events.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


