←Select platform

AnnNotifyCollectionChangedAction Enumeration

Summary

Describes the action that caused the event to occur.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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

ValueMemberDescription
0Add One or more items were added to the collection.
1Remove One or more items were removed from the collection.
2Replace One or more items were replaced in the collection.
3Move One or more items were moved within the collection.
4Reset The content of the collection has changed dramatically.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize