afterUndoRedo Event

Summary

Occurs after an undo or redo operation.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomation.prototype,'afterUndoRedo',  
	get: function(), 
	set: function(value) 
) 
function afterUndoRedo.add(function(sender, e)); 
function afterUndoRedo.remove(function(sender, e)); 
TypeScript Syntax
afterUndoRedo: void; 

Remarks

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.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly