C#
VB
WinRT C#
C++
Describes the action that caused a CollectionChanged event.
public enum NotifyLeadCollectionChangedAction
Public Enum NotifyLeadCollectionChangedAction
public enum NotifyLeadCollectionChangedAction
Leadtools.NotifyLeadCollectionChangedAction = function() { };
Leadtools.NotifyLeadCollectionChangedAction.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class NotifyLeadCollectionChangedAction
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 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