Skip to main content

NotifyingCollectionChangedEventArgs(IList<T>, IList<T>) Constructor

Initializes a new instance of the NotifyingCollectionChangedEventArgs<T> class.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public NotifyingCollectionChangedEventArgs(
    IList<T> addedItems,
    IList<T> removedItems
)

Parameters

Name Type Description
addedItems IList<T>

A collection of added items.

removedItems IList<T>

A collection of removed items.

See Also