CreateUserWizard Events
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveStepChanged | Occurs when the user switches to a new step in the control.(Inherited from Wizard.) |
![]() | CancelButtonClick | Occurs when the Cancel button is clicked.(Inherited from Wizard.) |
![]() | ContinueButtonClick | Occurs when the user clicks the Continue button in the final user account creation step. |
![]() | CreatedUser | Occurs after the membership provider has created the new Web site user account. |
![]() | CreateUserError | Occurs when the membership provider cannot create the specified user account. |
![]() | CreatingUser | Occurs before the membership provider is called to create the new Web site user account. |
![]() | DataBinding | Occurs when the server control binds to a data source.(Inherited from Control.) |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.(Inherited from Control.) |
![]() | FinishButtonClick | Occurs when the Finish button is clicked.(Inherited from Wizard.) |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle.(Inherited from Control.) |
![]() | Load | |
![]() | NextButtonClick | Occurs when the Next button is clicked.(Inherited from Wizard.) |
![]() | PreRender | |
![]() | PreviousButtonClick | Occurs when the Previous button is clicked.(Inherited from Wizard.) |
![]() | SendingMail | Occurs before the user is sent an e-mail confirmation that an account has been created. |
![]() | SendMailError | Occurs when there is an SMTP error sending e-mail to the new user. |
![]() | SideBarButtonClick | Occurs when a button in the sidebar area is clicked.(Inherited from Wizard.) |
![]() | Unload | Occurs when the server control is unloaded from memory.(Inherited from Control.) |
