objectRemoved Event

Summary

Occurs when an object is removed from the AnnContainer.

Syntax

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

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnObjectCollectionEventArgsThe 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