WizardNavigationEventArgs Class
.NET Framework 3.0
Provides data for the CurrentStepIndex property and the NextStepIndex property for navigation in wizard controls.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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 Consuming Events.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: