done Event

Summary

Occurs when the image has loaded successfully.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype,'done',  
	get: function(), 
	set: function(value) 
) 
function done.add(function(sender, e)); 
function done.remove(function(sender, e)); 
TypeScript Syntax
done: void; 

Remarks

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.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly