|
Server and Client side events
Listen to events on the Server side,
-
ItemCollapse.
-
ItemCommand.
-
ItemExpand.
-
ItemSelect.
Menus have a very rich client side object model. The following events are raised in the client side:
-
ClientSideOnItemCollapsed.
-
ClientSideOnItemExpand.
-
ClientSideOnItemMouseOut.
-
ClientSideOnItemMouseOver.
-
ClientSideOnSelect.
Each event is triggered with an object representing the menu item where the event occured.
|
|
|
|