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 how a collection has changed.
Namespace: Sys
Inherits: None
var a = Sys.NotifyCollectionChangedAction.add;
var b = Sys.NotifyCollectionChangedAction.remove;
var c = Sys.NotifyCollectionChangedAction.reset;
Members
Member name |
Description |
|---|---|
add |
The integer 0, indicating the changed action to the collection is add. |
remove |
The integer 1, indicating the changed action to the collection is remove. |
reset |
The integer 2, indicating the changed action to the collection is reset. |