Sys.NotifyCollectionChangedEventArgs Constructor
Initializes a new instance of the NotifyCollectionChangedEventArgs class.
var args = new Sys.NotifyCollectionChangedEventArgs(changes);
Parameters
Parameter |
Description |
---|---|
changes |
A CollectionChange object that contains an array of changes that were performed on the collection since the last event. |