NotifyingCollection<T> Events
A collection that sends notification when its content is changed.Name | Description |
---|---|
BeforeItemAdded | Occurs before items are added to the collection. |
CollectionChanged | Occurs after items are added to or removed from the collection |
See Also