ASPxClientMenuBase Events
Serves as the base type for the ASPxClientMenu and ASPxClientPopupMenu objects.| Name | Description |
|---|---|
| CloseUp | Occurs on the client side when a submenu closes. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| ItemClick | Fires after a menu item has been clicked. |
| ItemMouseOut | Occurs on the client side when the mouse cursor moves outside a menu item. |
| ItemMouseOver | Occurs on the client side when the mouse cursor is moved into a menu item. |
| PopUp | Occurs on the client side when a submenu pops up. |
See Also