System.Web.UI.WebControls.Wizard.CancelButtonClick Event

Occurs when the Cancel button is clicked.

Syntax

public event EventHandler CancelButtonClick

Remarks

The Wizard.CancelButtonClick event is raised when the Cancel button on the System.Web.UI.WebControls.Wizard control is clicked. Use the Wizard.CancelButtonClick event to provide additional processing when the Cancel button is clicked.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0