Back to Devexpress

XPCollectionChangedEventArgs Class

xpo-devexpress-dot-xpo-05e50a1f.md

latest1.8 KB
Original Source

XPCollectionChangedEventArgs Class

Provides data for the XPBaseCollection.CollectionChanged event.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class XPCollectionChangedEventArgs :
    EventArgs
vb
Public Class XPCollectionChangedEventArgs
    Inherits EventArgs

XPCollectionChangedEventArgs is the data class for the following events:

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

XPCollectionChangedEventArgs Members

DevExpress.Xpo Namespace