Wizard::ActiveStepChanged Event
.NET Framework (current version)
Occurs when the user switches to a new step in the control.
Assembly: System.Web (in System.Web.dll)
The ActiveStepChanged event is raised when the current step that is displayed in the Wizard control changes. Use the ActiveStepChanged event to provide additional processing when the current step of the Wizard control changes.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to use the ActiveStepChanged event to update the HeaderText property of the Wizard control.
.NET Framework
Available since 2.0
Available since 2.0
Show: