System.Web.UI.WebControls.CreateUserWizard.OnContinueButtonClick Method

Raises the CreateUserWizard.ContinueButtonClick event when the user clicks the Continue button on the final user account creation step.

Syntax

protected virtual void OnContinueButtonClick (EventArgs e)

Parameters

e
An EventArgs that contains the event data.

Remarks

The CreateUserWizard.ContinueButtonClick event is raised when the user clicks the Continue button on the System.Web.UI.WebControls.CreateUserWizard control.

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

The CreateUserWizard.OnContinueButtonClick(EventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Requirements

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