NotifyLeadCollectionChangedAction Enumeration

Summary

Describes the action that caused a CollectionChanged event.

Syntax
TypeScript
JavaScript
lt.NotifyLeadCollectionChangedAction = { 
	add: 0, 
	remove: 1, 
	replace: 2, 
	move: 3, 
	reset: 4 
} 
lt.NotifyLeadCollectionChangedAction = { 
	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. In this case, the NotifyLeadCollectionChangedEventArgs.OldStartingIndex and NotifyLeadCollectionChangedEventArgs.NewStartingIndex will be the same.

3 Move

(3)One or more items were moved within the collection. In this case, the NotifyLeadCollectionChangedEventArgs.OldItems and NotifyLeadCollectionChangedEventArgs.NewItems should have the same entries.

4 Reset

(4)The content of the collection changed dramatically.

Remarks

See NotifyLeadCollectionChangedEventArgs for more information.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

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

Leadtools Assembly