Occurs when one or more AnnObject has changed.
Object.defineProperty(AnnAutomation.prototype,'objectModified',
get: function(),
set: function(value)
)
function objectModified.add(function(sender, e));
function objectModified.remove(function(sender, e));
objectModified: void;
This event will fire after one or more 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET