undoRedoChanged Event

Summary

Occurs when the undo or redo buffer changes.

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

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.

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.

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.