ImageList.ImageLoaded

Syntax

ImageLoaded: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ImageLoaded event occurs after an image is loaded.

Comments

Before the image is loaded, the ImageList.ImageLoading event is generated.

Example

The example of use is given on the page with description of the ImageList.applyToCanvas method.

See also:

ImageList