System.Web.UI.WebControls.Wizard.PreviousButtonClick Event

Occurs when the Previous button is clicked.

Syntax

public event WizardNavigationEventHandler PreviousButtonClick

Remarks

The Wizard.PreviousButtonClick event is raised when the Previous button on the System.Web.UI.WebControls.Wizard control is clicked. Use the Wizard.PreviousButtonClick event to provide additional processing when the Previous 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