Class type Ext_draw_Component.events


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

Event forwarded from surface.

Fires when a click is detected within the surface.

Parameters:


method dblclick : 'b. (Ext_EventObject.t Js.t -> 'b Js.t -> unit) Js.callback Js.writeonly_prop

Event forwarded from surface.

Fires when a dblclick is detected within the surface.

Parameters:


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

Event forwarded from surface.

Fires when a mousedown is detected within the surface.

Parameters:


method mouseenter : 'd. (Ext_EventObject.t Js.t -> 'd Js.t -> unit) Js.callback Js.writeonly_prop

Event forwarded from surface.

Fires when a mouseenter is detected within the surface.

Parameters:


method mouseleave : 'e. (Ext_EventObject.t Js.t -> 'e Js.t -> unit) Js.callback Js.writeonly_prop

Event forwarded from surface.

Fires when a mouseleave is detected within the surface.

Parameters:


method mousemove : 'f. (Ext_EventObject.t Js.t -> 'f Js.t -> unit) Js.callback Js.writeonly_prop

Event forwarded from surface.

Fires when a mousemove is detected within the surface.

Parameters:


method mouseup : 'g. (Ext_EventObject.t Js.t -> 'g Js.t -> unit) Js.callback Js.writeonly_prop

Event forwarded from surface.

Fires when a mouseup is detected within the surface.

Parameters: