System.Web.UI.WebControls.CreateUserWizard.ContinueButtonClick Event

Occurs when the user clicks the Continue button in the final user account creation step.

Syntax

public event EventHandler ContinueButtonClick

Remarks

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