Class type Ext_menu_Menu.events


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

Fires when this menu is clicked

Parameters:


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

Fires when the mouse enters this menu

Parameters:


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

Fires when the mouse leaves this menu

Parameters:


method mouseover : 'e 'f.
(t Js.t ->
(#Ext_Component.t as 'e) Js.t -> Ext_EventObject.t Js.t -> 'f Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when the mouse is hovering over this menu

Parameters: