Occurs when an object is added to the AnnContainer.
Object.defineProperty(AnnContainer.prototype,'objectAdded',
get: function(),
set: function(value)
)
function objectAdded.add(function(sender, e));
function objectAdded.remove(function(sender, e));
objectAdded: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnObjectCollectionEventArgs | 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