CreateUserWizard.ContinueButtonClick Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.