Sys.NotifyCollectionChangedEventArgs Class

Describes how the collection was changed.

Namespace: Sys

Inherits: Sys.EventArgs

var args = new Sys.NotifyCollectionChangedEventArgs(changes);

Constructors

Name

Description

Sys.NotifyCollectionChangedEventArgs Constructor

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

Members

Name

Description

Sys.NotifyCollectionChangedEventArgs.changes Property

Gets an array of changes that were performed on the collection since the last event.

See Also

Other Resources

Language Reference