Wizard::CancelButtonClick Event

 

Occurs when the Cancel button is clicked.

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

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

The CancelButtonClick event is raised when the Cancel button on the Wizard control is clicked. Use the CancelButtonClick event to provide additional processing when the Cancel 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 CancelButtonClick event. When the Cancel button is clicked, the page is redirected to http://www.wingtiptoys.com/.

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

.NET Framework
Available since 2.0
Return to top
Show: