This topic has not yet been rated - Rate this topic

Sys.CollectionChange Class

.NET Framework 4

Describes a change in a collection.

Namespace: Sys

Inherits: None

var MyCChg = new Sys.CollectionChange(action, newItems, newStartingIndex, oldItems, oldStartingIndex);
Sys.CollectionChange.action Field

A NotifyCollectionChangedAction enumeration value.

Sys.CollectionChange.newItems Field

(Optional) The items that were added when the NotifyCollectionChangedAction object is add.

Sys.CollectionChange.newStartingIndex Field

(Optional) The index where new items have been inserted.

Sys.CollectionChange.oldItems Field

(Optional) The items that were removed when the NotifyCollectionChangedAction object is remove.

Sys.CollectionChange.oldStartingIndex Field

(Optional) The index where old items have been removed.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ