The ICartellaGlobalManager type exposes the following members.

Events

  NameDescription
Public eventAuthenticated
The Event triggered when a successful authentication is completed.
(Inherited from ICartellaEvents.)
Public eventLicenseAboutToExpire
The Event triggered when the license is about to expire.
(Inherited from ICartellaEvents.)
Public eventLicenseExpired
The Event triggered when the license expires.
(Inherited from ICartellaEvents.)
Public eventObjectCreated
The Event fired when a Cartella Object is created.
(Inherited from ICartellaEvents.)
Public eventObjectFullRecordRetrieved
The Event triggered when a partially-constructed Cartella object is retrieved in full. record during lazy loading
(Inherited from ICartellaEvents.)
Public eventObjectPreValidation
The event triggered prior to validation against default and extended rules.
(Inherited from ICartellaEvents.)
Public eventObjectsDeleted
The event fired when a list of deleted Cartella objects are deleted.
(Inherited from ICartellaEvents.)
Public eventObjectsPurged
The Event fired when a list of deleted Cartella Objects are purged.
(Inherited from ICartellaEvents.)
Public eventObjectUpdated
The Event triggered when a object is updated.
(Inherited from ICartellaEvents.)
Public eventPreAuthenticate
Triggered just prior to actual authentication.
(Inherited from ICartellaEvents.)
Public eventRelationAdded
the Event triggered when a target item is added to a relation.
(Inherited from ICartellaEvents.)
Public eventRelationMoved
The Event triggered when a target item's position is moved from one location to another.
(Inherited from ICartellaEvents.)
Public eventRelationRemoved
The Event triggered when a target item is removed from a relation.
(Inherited from ICartellaEvents.)
Public eventSessionIdNeeded
Public eventUnauthenticated
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.)
(Inherited from ICartellaEvents.)

See Also