The MembershipEditor type exposes the following members.

Events

  Name Description
Public event AccountActivationEmailSending
Occurs before account activation email is sent.
Public event AccountCreated
Occurs after default membership creation has been done. One can perform custom creation actions in this event. If the actions fail, creation is rolled back.
Public event AccountCreating
Occurs before account creation. The default action can be stopped via the Cancel property of the CancelEventArgs.
Public event AccountCreationCompleted
Occurs after account creation is completed. One typically displays a success message or redirects a user to another page in this event.
Public event AccountUpdateCompleted
Occurs after account update is completed. One typically displays a success message or redirects a user to another page in this event.
Public event AccountUpdated
Occurs after default membership update (password and email change) has been done. One can perform custom update actions in this event. If the actions fail, update is rolled back.
Public event AccountUpdating
Occurs before account updating process. The default action can be stopped via the Cancel property of the CancelEventArgs.

See Also