System.Web.UI.WebControls.Wizard.ActiveStepChanged Event

Occurs when the user switches to a new step in the control.

Syntax

public event EventHandler ActiveStepChanged

Remarks

The Wizard.ActiveStepChanged event is raised when the current step that is displayed in the System.Web.UI.WebControls.Wizard control changes. Use the Wizard.ActiveStepChanged event to provide additional processing when the current step of the System.Web.UI.WebControls.Wizard control changes.

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