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. |
Products |
Support |
Feedback: afterUndoRedo Event (AnnAutomation) - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|