XPCollectionChangedEventArgs Class
Provides data for the XPBaseCollection.CollectionChanged event.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
The XPBaseCollection.CollectionChanged event is raised when the collection is changed (e.g. a new element has been added or removed). The XPCollectionChangedEventArgs class provides the XPCollectionChangedEventArgs.ChangedObject and XPCollectionChangedEventArgs.CollectionChangedType properties that identify the object which was changed and the action that specifies how the collection has been changed, respectively.