AnnNotifyCollectionChangedAction Enumeration

Summary

Describes the action that caused the event to occur.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnNotifyCollectionChangedAction = { 
	Add: 0, 
	Remove: 1, 
	Replace: 2, 
	Move: 3, 
	Reset: 4 
} 
TypeScript Syntax
lt.Annotations.Core.AnnNotifyCollectionChangedAction = { 
	Add: 0, 
	Remove: 1, 
	Replace: 2, 
	Move: 3, 
	Reset: 4 
} 

Members

0 Add

(0)One or more items were added to the collection.

1 Remove

(1)One or more items were removed from the collection.

2 Replace

(2)One or more items were replaced in the collection.

3 Move

(3)One or more items were moved within the collection.

4 Reset

(4)The content of the collection has changed dramatically.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly