NotifyingCollectionChangedEventArgs(IList<T>, IList<T>) Constructor
Initializes a new instance of the NotifyingCollectionChangedEventArgs<T> class.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| addedItems | IList<T> | A collection of added items. |
| removedItems | IList<T> | A collection of removed items. |
See Also