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. |
Products |
Support |
Feedback: done Event (ImageLoader) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|