LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

ObjectModified Event

Show in webframe
Occurs when one or more Leadtools.Annotations.Core.AnnObject has changed.
Syntax
add_objectModified(function(sender, e))
objectModified.add(function(sender, e))
remove_objectModified(function(sender, e))
objectModified.remove(function(sender, e))
    
Remarks

This event will fire after one or more Leadtools.Annotations.Core.AnnObject has been modified by this AnnAutomation. This object can be used as a catch all notification when objects are changed (including when objects are added or removed from the automation). For example, as part of code that links annotation objects in the automation with a user interface element such as a list box.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnObjectModifiedEventArgs The event data.
See Also

Reference

AnnAutomation Object
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.