Occurs when the image has loaded successfully.
Object.defineProperty(ImageLoader.prototype,'done',
get: function(),
set: function(value)
)
function done.add(function(sender, e));
function done.remove(function(sender, e));
done: void;
When this event 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, Height, and IsHTMLImageElement will also be set appropriately.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET