ImageEditorEventBuilder
Methods
ImageLoaded(System.String)
Fired when image is loaded. Can prevent the image rendering by calling the preventDefault() method.
For more information see ImageLoaded event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the imageLoaded event.
ImageRendered(System.String)
Fired when canvas is rendered with the image. This event is triggered by commands and when drawCanvas method is called.
For more information see ImageRendered event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the imageRendered event.
Execute(System.String)
Fired when a command is executed.
For more information see Execute event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the execute event.
Error(System.String)
Fired when an error happened with the image loading.
For more information see Error event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the error event.