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

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.