Persistate

Events raised in Persistate

Hide Navigation Pane

Events raised in Persistate

Previous topic Next topic No directory for this topic  

Events raised in Persistate

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

Persistate exposes a number of events connected to the manipulation of persistent objects.  These events belong mostly to objects of either the Persistent or ObjectClass classes. ObjectClass objects are to Persistent objects what Type objects are to normal .Net objects.  In other words, they represent the class of persistent objects.  This means that when you attach an event handler to such events, this handler is called when the event is raised for any instance of that class.

See the Persistent Events section for events linked to Persistent objects.
See the Object Class Events section for details of events linked to ObjectClass objects.
The Other events sections describes events linked to the Session and IndexedList<T> classes.
The Event Firing Sequences section gives the order in which events are fired in various circumstances.