Wizard::ActiveStepChanged Event

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler^ ActiveStepChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: