Skip to main content
A newer version of this page is available. .

XPCollection<T> Events

A generic type collection of persistent objects.
Name Description
CollectionChanged Occurs when an item is added to, or removed from the XPBaseCollection (when the XPBaseCollection.BaseAdd or XPBaseCollection.BaseRemove method is called). Inherited from XPBaseCollection.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ListChanged Occurs when the list or an item in the list of the XPBaseCollection collection is changed. Inherited from XPBaseCollection.
ResolveSession Enables the collection to be associated with a session. Inherited from XPBaseCollection.
See Also