The ICartellaEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Authenticated |
The Event triggered when a successful authentication is completed.
| |
| LicenseAboutToExpire |
The Event triggered when the license is about to expire.
| |
| LicenseExpired |
The Event triggered when the license expires.
| |
| ObjectCreated |
The Event fired when a Cartella Object is created.
| |
| ObjectFullRecordRetrieved |
The Event triggered when a partially-constructed Cartella object is retrieved in full.
record during lazy loading
| |
| ObjectPreValidation |
The event triggered prior to validation against default and extended rules.
| |
| ObjectsDeleted |
The event fired when a list of deleted Cartella objects are deleted.
| |
| ObjectsPurged |
The Event fired when a list of deleted Cartella Objects are purged.
| |
| ObjectUpdated |
The Event triggered when a object is updated.
| |
| PreAuthenticate |
Triggered just prior to actual authentication.
| |
| RelationAdded |
the Event triggered when a target item is added to a relation.
| |
| RelationMoved |
The Event triggered when a target item's position is moved from one location to another.
| |
| RelationRemoved |
The Event triggered when a target item is removed from a relation.
| |
| Unauthenticated |
The Event triggered when a manual unauthentication is completed.
(Doesn't include the scenario where the session times out by itself,
since if there is no user inprocess session, ASP.NET doesn't know when a session has timed out.)
|