autoItemElementsRemoved Event

Summary

Occurs before an item HTML elements are re-deleted from the DOM.

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

This event is occurs only if the viewer is using Elements Mode and if the value of ImageViewerElementsModeCreateOptions.AutoRemoveItemElements was true when this control is created.

AutoItemElementsAdded and AutoItemElementsRemoved can be used to track when an item goes out of view and its elements are deleted from the DOM or when the item re-enters the view and its elements are re-created. AutoItemElementsAdded occurs after the item enters the view and its elements are created and AutoItemElementsRemoved occurs before the item is deleted, therefore, all the item's elements are still in the DOM and can be accessed when this event occurs.

Refer to Image Viewer Elements Mode for more information.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eImageViewerRenderEventArgsThe 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.