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