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 : UndoRedoChanged Event |
public event EventHandler UndoRedoChanged
'Declaration
Public Event UndoRedoChanged As EventHandler
public event EventHandler UndoRedoChanged
-(void) automationUndoRedoChanged:(LTAnnAutomation*) automation;
public void addUndoRedoChangedListener(AnnEventListener listener) public void removeUndoRedoChangedListener(AnnEventListener listener)
add_UndoRedoChanged(function(sender, e)) remove_UndoRedoChanged(function(sender, e))
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.
You can 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.