xpo-devexpress-dot-xpo-05e50a1f.md
Provides data for the XPBaseCollection.CollectionChanged event.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public class XPCollectionChangedEventArgs :
EventArgs
Public Class XPCollectionChangedEventArgs
Inherits EventArgs
XPCollectionChangedEventArgs is the data class for the following events:
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.
Object EventArgs XPCollectionChangedEventArgs
See Also