NotificationCollection<T>.CollectionChanging Event
This event occurs when the collection is about to change.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Event Data
The CollectionChanging event's data class is DevExpress.Utils.CollectionChangingEventArgs{`0}.
See Also