CreateUserWizard.ContinueButtonClick Event

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

member ContinueButtonClick : IEvent<EventHandler,
    EventArgs>

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 handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: