collectionChanged Event

Summary

Occurs when the collection changes.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObjectCollection.prototype,'collectionChanged',  
	get: function(), 
	set: function(value) 
) 
collectionChanged: LeadEvent; 

Remarks

AnnNotifyCollectionChangedEventArgs

The event handler receives an argument of type AnnNotifyCollectionChangedEventArgs, which contains data that is related to this event.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnNotifyCollectionChangedEventArgsThe event data.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly