System.Web.UI.WebControls.WizardNavigationEventArgs Class

Provides data for the WizardNavigationEventArgs.CurrentStepIndex property and the WizardNavigationEventArgs.NextStepIndex property for navigation in wizard controls.

See Also: WizardNavigationEventArgs Members

Syntax

public class WizardNavigationEventArgs : EventArgs

Remarks

The System.Web.UI.WebControls.WizardNavigationEventArgs class provides the data needed for the various navigation events in a System.Web.UI.WebControls.Wizard control. For example, the Wizard.NextButtonClick event of a System.Web.UI.WebControls.Wizard control uses the System.Web.UI.WebControls.WizardNavigationEventArgs object to indicate the WizardNavigationEventArgs.CurrentStepIndex and WizardNavigationEventArgs.NextStepIndex for the control.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0