Sys.NotifyCollectionChangedEventArgs Class
Describes how the collection was changed.
Namespace: Sys
Inherits: Sys.EventArgs
var args = new Sys.NotifyCollectionChangedEventArgs(changes);
Constructors
Name |
Description |
---|---|
Initializes a new instance of the NotifyCollectionChangedEventArgs class. |
Members
Name |
Description |
---|---|
Gets an array of changes that were performed on the collection since the last event. |