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.
Describes a change in a collection.
Namespace: Sys
Inherits: None
var MyCChg = new Sys.CollectionChange(action, newItems, newStartingIndex, oldItems, oldStartingIndex);
Constructors
- Sys.CollectionChange Constructor
Creates a CollectionChange object.
Members
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.