Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |