Occurs before an item HTML elements are re-deleted from the DOM.
Object.defineProperty(ImageViewer.prototype,'autoItemElementsRemoved',
get: function(),
set: function(value)
)
autoItemElementsRemoved: LeadEvent;
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.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | ImageViewerRenderEventArgs | The event data. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document