ChangePassword.ChangedPassword Event

Definition

Occurs when the password is changed for a user account.

public:
 event EventHandler ^ ChangedPassword;
public event EventHandler ChangedPassword;
member this.ChangedPassword : EventHandler 
Public Custom Event ChangedPassword As EventHandler 

Event Type

Remarks

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.

Applies to

See also