Occurs when the content of an AnnObject is edited.
Object.defineProperty(AnnAutomation.prototype,'editContent',
get: function(),
set: function(value)
)
function editContent.add(function(sender, e));
function editContent.remove(function(sender, e));
editContent: void;
This event will occur when the user double clicks an object to edit its content. For more information, refer to AnnEditDesigner.EditContent.
If the value of EditContentAfterDraw is set to true, then this event will occur automatically after the designer finishes drawing new objects.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnEditContentEventArgs | 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