XPCollectionChangedEventArgs Class
Provides data for the XPBaseCollection.CollectionChanged event.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v22.1.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the XPCollectionChangedEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.