Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCollectionChangedEventArgs Class

Provides data for the XPBaseCollection.CollectionChanged event.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class XPCollectionChangedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
XPCollectionChangedEventArgs
See Also