Occurs when the collection is changed.
public event CollectionChangedEventHandler<T> CollectionChanged
event Public CollectionChanged As CollectionChangedEventHandler(of T)
The event handler receives an argument of type DevExpress.Utils.CollectionChangedEventArgs<T> containing data related to this event.
The CollectionChanged event occurs after modifying the current collection, as a result of adding and removing items.