ChangePassword.ChangedPassword Event

 

Occurs when the password is changed for a user account.

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

Public Event ChangedPassword As EventHandler

The ChangedPassword event is raised after the password is changed by the membership provider specified in the MembershipProvider property. After the ChangedPassword event is raised, the following occurs:

The new authorization token for the user is set after the ChangingPassword event but before the ChangedPassword event.

For more information about handling events, see Handling and Raising Events.

.NET Framework
Available since 2.0
Return to top
Show: