System.Web.UI.WebControls Namespace Wizard Class
Occurs when a Cancel button on a Wizard control is clicked.
[ VB ] Public Event CancelButtonClick As EventHandler [ C# ] public event EventHandler CancelButtonClick; [ C++ ] public: __event EventHandler* CancelButtonClick;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
A CancelButtonClick event is raised whenever a Cancel button on a Wizard control is clicked.
This allows you to provide an event-handling method that performs a custom routine, such as to provide redirect the user back to the referring page, whenever this event occurs.
For more information about handling events, see Web Forms Events Model.
Wizard Members FinishButtonClick NextButtonClick PreviousButtonClick SideBarButtonClick
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph