Class type Ext_draw_Sprite.events


class type events = object .. end
Inherits
method beforedestroy : 'a. (t Js.t -> 'a Js.t -> unit) Js.callback Js.writeonly_prop

Fires before the sprite is destroyed. Return false from an event handler to stop the destroy.

Parameters:


method click : 'b.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'b Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouse click is detected within the element.

Parameters:


method destroy : 'c. (t Js.t -> 'c Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the sprite is destroyed.

Parameters:


method mousedown : 'd.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'd Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mousedown is detected within the element.

Parameters:


method mousemove : 'e.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'e Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mousemove is detected with the element.

Parameters:


method mouseout : 'f.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'f Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseout is detected with the element.

Parameters:


method mouseover : 'g.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'g Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseover is detected within the element.

Parameters:


method mouseup : 'h.
(Ext_EventObject.t Js.t -> Dom_html.element Js.t -> 'h Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when a mouseup is detected within the element.

Parameters:


method render : 'i. (t Js.t -> 'i Js.t -> unit) Js.callback Js.writeonly_prop

Fires after the sprite markup is rendered.

Parameters: