constructor(item, htmlElement) Constructor
Initializes a new ASPxClientMenuItemMouseEventArgs object with the specified settings.
Declaration
constructor(
item: ASPxClientMenuItem,
htmlElement: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| item | ASPxClientMenuItem | An ASPxClientMenuItem object that represents an item related to the event. |
| htmlElement | any | An HTML object that contains the processed item. |
Remarks
For internal use only.
See Also