add_objectModified(function(sender, e)) objectModified.add(function(sender, e)) remove_objectModified(function(sender, e)) objectModified.remove(function(sender, e))
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.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | AnnObjectModifiedEventArgs | The event data. |