You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Brock Allen edited this page Oct 21, 2013
·
2 revisions
MembershipReboot support an eventing system such that custom event are raised when operations are performed on the UserAccount class. The events are modeled as UserAccountEvent derived classes and have properties pertinent to the event taking place. An application developer can then be notified of the event by implementing an IEventHandler< class and registering it with the AddEventHandler API on the MembershipRebootConfiguration. These events are triggered after the UserAccount data has been persisted to the database.