asp.net.ph

Skip Navigation Links

Responding to Wizard Events

Controls You Can Use on Web Forms   ASP.NET Standard Controls   Wizard Control


The Wizard control provides several events that you can program against. This allows you to run a custom routine whenever an event occurs. The following table lists the events supported by the Wizard control.

Event Description
ActiveStepChanged Occurs when the user switches to a new step in the control.
CancelButtonClick Occurs when the Cancel button is clicked.
FinishButtonClick Occurs when the Finish button is clicked.
NextButtonClick Occurs when the Next button is clicked.
PreviousButtonClick Occurs when the Previous button is clicked.
SideBarButtonClick Occurs when a button in the sidebar area is clicked.

See Also

Web Forms Events and Handlers



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note