Documentation

onLoad()

Handles the Load event emitted when the image loads successfully.

onLoad(handle: string | ViewBuilderEventHandler<UIImage>): this;

Parameters

Return value

The builder instance for chaining.

Related