Wizard::NextButtonClick Event
.NET Framework (current version)
Occurs when the Next button is clicked.
Assembly: System.Web (in System.Web.dll)
The NextButtonClick event is raised when the Next button on the Wizard control is clicked. Use the NextButtonClick event to provide additional processing when the Next button is clicked.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to specify an event handler for the NextButtonClick event. Each time the Next button is clicked, the BorderWidth property for the Wizard control is increased by 1 pixel, as measured by the Unit class.
.NET Framework
Available since 2.0
Available since 2.0
Show: