onLoad()
Handles the
Loadevent emitted when the image loads successfully.
onLoad(handle: string | ViewBuilderEventHandler<UIImage>): this;
Parameters
- handle — The function to call, or the name of an event to emit instead.
Return value
The builder instance for chaining.
Related
class ImageBuilder static
A builder class for creating UIImage instances.
