imageRendered
Fired when canvas is rendered with the image. This event is triggered by commands and when drawCanvas
method is called.
Event Data
e.sender kendo.ui.ImageEditor
The widget instance which fired the event.
e.image Object
The Image instance.
e.canvas HTMLElement
The Canvas element.
e.ctx Object
The 2D context of the canvas element.