Occurs when the image has failed to load.
Object.defineProperty(ImageLoader.prototype,'fail',
get: function(),
set: function(value)
)
function fail.add(function(sender, e));
function fail.remove(function(sender, e));
fail: void;
When this event fires, the Element property will be null and the Error property will contain the error for the load.
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