This documentation is archived and is not being maintained.
ChangePassword Events
Visual Studio 2010
The ChangePassword type exposes the following members.
| Name | Description | |
|---|---|---|
|
CancelButtonClick | Occurs when the user clicks the Cancel button to cancel changing a password. |
|
ChangedPassword | Occurs when the password is changed for a user account. |
|
ChangePasswordError | Occurs when there is an error changing the password for the user account. |
|
ChangingPassword | Occurs before the password for a user account is changed by the membership provider. |
|
ContinueButtonClick | Raises the ContinueButtonClick event when the user clicks the Continue button. |
|
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.) |
|
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.) |
|
Load | Occurs when the server control is loaded into the Page object. (Inherited from Control.) |
|
PreRender | Occurs after the Control object is loaded but prior to rendering. (Inherited from Control.) |
|
SendingMail | Occurs before the user is sent an e-mail confirmation that the password has been changed. |
|
SendMailError | Occurs when there is an SMTP error sending an e-mail message to the user. |
|
Unload | Occurs when the server control is unloaded from memory. (Inherited from Control.) |
Show: