Class NotifyCollectionChangedEventArgs

Describes how the collection was changed.

see

{@link http://msdn.microsoft.com/en-us/library/dd393665(v=vs.100).aspx}

Hierarchy

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(changes: CollectionChange): NotifyCollectionChangedEventArgs

Initializes a new instance of the CancelEventArgs class.

Parameters

  • changes: CollectionChange
          A CollectionChange object that contains an array of changes that were performed on the collection since the last event.
    

Returns

NotifyCollectionChangedEventArgs

Properties

public Empty: EventArgs

An object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.

Methods

public get_changes(): CollectionChange[]

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

Returns

CollectionChange[]

An array of CollectionChange objects that were performed on the collection since the last event.