System.Web.UI.WebControls.Wizard.NextButtonClick Event

Occurs when the Next button is clicked.

Syntax

public event WizardNavigationEventHandler NextButtonClick

Remarks

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