Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : AfterUndoRedo Event |
public event EventHandler AfterUndoRedo
'Declaration
Public Event AfterUndoRedo As EventHandler
public event EventHandler AfterUndoRedo
-(void) automationAfterUndoRedo:(LTAnnAutomation*) automation;
public void addAfterUndoRedoListener(AnnEventListener listener) public void removeAfterUndoRedoListener(AnnEventListener listener)
add_AfterUndoRedo(function(sender, e)) remove_AfterUndoRedo(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.