Skip to main content

ASPxClientMenuItemClickEventArgs Members

Provides data for events which concern clicking on the control’s items.

Constructors

Name Description
constructor(processOnServer, item, htmlElement, htmlEvent) Initializes a new object of the ASPxClientMenuItemClickEventArgs type with the specified settings.

Properties

Name Description
htmlElement Gets the HTML object that contains the processed item.
htmlEvent Gets a DHTML event object that relates to the processed event.
item Gets the menu item object related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also