C#
VB
Java
Objective-C
WinRT C#
Describes the action that caused the event to occur.
public enum AnnNotifyCollectionChangedAction
Public Enum AnnNotifyCollectionChangedAction
public enum AnnNotifyCollectionChangedAction
typedef enum LTAnnNotifyCollectionChangedAction
public enum AnnNotifyCollectionChangedAction
Leadtools.Annotations.Core.AnnNotifyCollectionChangedAction = function() { };
Leadtools.Annotations.Core.AnnNotifyCollectionChangedAction.prototype = {
Add = 0x00000000,
Remove = 0x00000001,
Replace = 0x00000002,
Move = 0x00000003,
Reset = 0x00000004,
};
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET