Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Account Events

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&lt 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.

Clone this wiki locally