Occurs when the undo or redo buffer changes.
Object.defineProperty(AnnAutomation.prototype,'undoRedoChanged',
get: function(),
set: function(value)
)
undoRedoChanged: LeadEvent;
This event will be fired when the undo/redo buffer changes. This gives the application a chance to update the user interface if necessary
The undo/redo buffer changes whenever an object inside the Container changes either programmatically or by user interaction through the user interface.
Use the CanUndo and CanRedo property to determine whether this AnnAutomation can undo or redo an operation.
For information on undoing or redoing automation operations, refer to Undoing Annotation Automation Operations.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document