XPBaseCollection Events
An ancestor of the XPCollection class.| 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). |
| 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. |
| ResolveSession | Enables the collection to be associated with a session. |
See Also