NotifyCollectionChangedEventArgs Constructor (NotifyCollectionChangedAction, IList)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item change.
Assembly: System (in System.dll)
public NotifyCollectionChangedEventArgs(
NotifyCollectionChangedAction action,
IList changedItems
)
Parameters
- action
- Type: System.Collections.Specialized.NotifyCollectionChangedAction
The action that caused the event. This can be set to Reset, Add, or Remove.
- changedItems
- Type: System.Collections.IList
The items that are affected by the change.
Show: