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

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

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

Namespace: DevExpress.DataAccess

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

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