elementsUpdated Event

Summary

Occurs anytime the viewer changes any DOM or CSS property on an element that is part of view or any item.

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

This event also contains the ImageViewerElementsUpdatedEventArgs.IsTransitionsEnabled property that can be used to detect when the image viewer is performing a CSS transition. For example, the document viewer uses this event to stop custom painting of the annotations while a CSS transition is in effect.

Refer to Image Viewer Elements Mode for more information.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eImageViewerElementsUpdatedEventArgsThe event data.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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