Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.