XPCollection Events
The collection of persistent objects that implements delayed loading and can serve as a data source for a data-aware control.| 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