←Select platform

AnnNotifyCollectionChangedAction Enumeration

Summary
Describes the action that caused the event to occur.
Syntax
C#
Objective-C
Java
public enum AnnNotifyCollectionChangedAction  
typedef NS_ENUM(NSInteger, LTAnnNotifyCollectionChangedAction) { 
 LTAnnNotifyCollectionChangedActionAdd = 0,  
 LTAnnNotifyCollectionChangedActionRemove = 1,  
 LTAnnNotifyCollectionChangedActionReplace = 2,  
 LTAnnNotifyCollectionChangedActionMove = 3,  
 LTAnnNotifyCollectionChangedActionReset = 4,  
}; 
public enum AnnNotifyCollectionChangedAction 
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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.