Skip to main content

NotificationCollection<T>.CollectionChanging Event

This event occurs when the collection is about to change.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public event CollectionChangingEventHandler<T> CollectionChanging

Event Data

The CollectionChanging event's data class is DevExpress.Utils.CollectionChangingEventArgs{`0}.

See Also