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