ASPxClientMenuItemMouseEventArgs Members
Provides data for client events which relate to mouse hovering (such as entering or leaving) over menu items.Constructors
| Name | Description |
|---|---|
| constructor(item, htmlElement) | Initializes a new ASPxClientMenuItemMouseEventArgs object with the specified settings. |
Properties
| Name | Description |
|---|---|
| htmlElement | Gets the HTML object that contains the processed item. |
| item | Gets the menu item object related to the event. Inherited from ASPxClientMenuItemEventArgs. |
See Also