Leadtools.Annotations.Core.AnnNotifyCollectionChangedAction = function() { };
Leadtools.Annotations.Core.AnnNotifyCollectionChangedAction.prototype = {
add = 0,
remove = 1,
replace = 2,
move = 3,
reset = 4,
};
Value | Member | Description |
---|---|---|
0 | add | One or more items were added to the collection. |
1 | remove | One or more items were removed from the collection. |
2 | replace | One or more items were replaced in the collection. |
3 | move | One or more items were moved within the collection. |
4 | reset | The content of the collection has changed dramatically. |