CreateUserWizard.ContinueButtonClick Event

Definition

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

public:
 event EventHandler ^ ContinueButtonClick;
public event EventHandler ContinueButtonClick;
member this.ContinueButtonClick : EventHandler 
Public Custom Event ContinueButtonClick As EventHandler 

Event Type

Remarks

The ContinueButtonClick event is raised when the Continue button on the CreateUserWizard control is clicked. Use the ContinueButtonClick event to provide additional processing when the Continue button is clicked.

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also