ImageList.ImageLoading

Syntax

ImageLoading: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The ImageLoading event occurs at the beginning of image loading.

Comments

After the image is loaded, the ImageList.ImageLoaded event is generated.

Example

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

See also:

ImageList