NotificationCollection<T> Events
Represents a base class for collections that are able to send update notifications.Name | Description |
---|---|
CollectionChanged | Occurs when the collection is changed. |
CollectionChanging | This event occurs when the collection is about to change. |
See Also