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:
If the ChangePassword.MailDefinition property is set, the System.Web.UI.WebControls.ChangePassword control attempts to send an e-mail message to the user.
The user is either redirected to the Web site specified in the ChangePassword.SuccessPageUrl property or the control template specified in the ChangePassword.SuccessTemplate property is displayed.
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.