Raises the CreateUserWizard.ContinueButtonClick event when the user clicks the Continue button on the final user account creation step.
- e
- An EventArgs that contains the event data.
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.