fail Event

Summary

Occurs when the image has failed to load.

Syntax

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

Remarks

When this event fires, the Element property will be null and the Error property will contain the error for the load.

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