Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
MenuItem.onClick
Triggers the click event.
Syntax
protected void onClick( Event e )
Parameters
e
The Event object to be notified when the event occurs.
Remarks
The click event occurs when this menu item is clicked by the user, using either the mouse, mnemonic keys, or shortcut keys.
This event is fired only for menu items that are not submenus.
See Also addOnClick, removeOnClick