Skip to main content
A newer version of this page is available. .

NotificationCollection<T>.CollectionChanging Event

This event occurs when the collection is about to change.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v19.1.dll

Declaration

public event CollectionChangingEventHandler<T> CollectionChanging

Event Data

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

See Also