ASPxClientMenuBase.CloseUp Event
Occurs on the client side when a submenu closes.
Declaration
CloseUp: ASPxClientEvent<ASPxClientMenuItemEventHandler<ASPxClientMenuBase>>
Event Data
The CloseUp event's data class is ASPxClientMenuItemEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
item | Gets the menu item object related to the event. |
Remarks
The CloseUp event occurs on the client side when a menu item’s submenu closes within a particular menu object (the ASPxMenu or ASPxPopupMenu). For a menu object of the ASPxPopupMenu type, this event is also fired when the popup control is hidden.
The CloseUp event provides an argument of the ASPxClientMenuItemEventArgs type. The event argument’s ASPxClientMenuItemEventArgs.item property allows you to access the menu item whose submenu is closed.
If the CloseUp event is raised for a popup menu control, the event argument’s ASPxClientMenuItemEventArgs.item property returns null.