collectionChanged Event

Summary

Occurs when the collection changes.

Syntax

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

Event Data

The event handler receives an argument of type AnnNotifyCollectionChangedEventArgs containing data related to this event.

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