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.
Parameter | Type | Description |
---|---|---|
sender | 'var' | The source of the event. |
e | EventHandler | The event data. |