System.Web.UI.WebControls.ChangePassword.ChangedPassword Event

Occurs when the password is changed for a user account.

Syntax

public event EventHandler ChangedPassword

Remarks

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

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

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

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0