collectionChanged Event

Summary

Occurs when the collection changes.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainerCollection.prototype,'collectionChanged',  
	get: function(), 
	set: function(value) 
) 
function collectionChanged.add(function(sender, e)); 
function collectionChanged.remove(function(sender, e)); 
TypeScript Syntax
collectionChanged: void; 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly