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

NotifyingCollectionChangedEventArgs<T> Class

Provides data for the NotifyingCollection`1.CollectionChanged event.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class NotifyingCollectionChangedEventArgs<T> :
    EventArgs

Type Parameters

Name
T

Remarks

The NotifyingCollection`1.CollectionChanged event is raised after items are added to or removed from the NotifyingCollection<T> collection.

Inheritance

Object
EventArgs
NotifyingCollectionChangedEventArgs<T>
See Also