afterUndoRedo Event

Summary

Occurs after an undo or redo operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype,'afterUndoRedo',  
	get: function(), 
	set: function(value) 
) 
afterUndoRedo: LeadEvent; 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly