Occurs after an undo or redo operation.
Object.defineProperty(AnnAutomation.prototype,'afterUndoRedo',
get: function(),
set: function(value)
)
function afterUndoRedo.add(function(sender, e));
function afterUndoRedo.remove(function(sender, e));
afterUndoRedo: void;
This event will be fired after an under or redo operation. This gives the application a chance to update the user interface if necessary
For information on undoing or redoing automation operations, refer to UndoingAnnotationAutomationOperations.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
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