IDXObservableCollection Events
Provides access to DXObservableCollection<T> regardless of the type of items stored in the collection.
Name | Description |
---|---|
Clearing | Occurs before a collection clear operation. |
Collection |
Occurs when the collection changes.
Inherited from INotify |
Items |
Occurs after new items are added to the collection. |
Items |
Occurs before new items are added to the collection. |
Items |
Occurs after new items are removed from the collection. |
Items |
Occurs before new items are removed from the collection. |
Property |
Occurs when a property value changes.
Inherited from INotify |
See Also