Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

AfterUndoRedo Event

Show in webframe
Occurs after an undo or redo operation.
Syntax
add_afterUndoRedo(function(sender, e))
afterUndoRedo.add(function(sender, e))
remove_afterUndoRedo(function(sender, e))
afterUndoRedo.remove(function(sender, e))
    

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 Undoing Annotation Automation Operations.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e EventHandler The event data.
See Also
Error processing SSI file