Occurs when the image has loaded successfully.
Object.defineProperty(ImageLoader.prototype,'done',
get: function(),
set: function(value)
)
done: LeadEvent;
When Done fires, the Element property will have the loaded element. IsHTMLImageElement will be true if the Element is an HTML Image Element, versus other HTML or XML (SVG). Width and Height will also be set appropriately.
Done will not execute if Dispose or Abort is called on ImageLoader prior to the completion of the request.
See the Fail and Always events for more information.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
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