DxHtmlElementMouseEventArgs(DxHtmlHitInfo, MouseEventArgs) Constructor
Initializes a new instance of the DxHtmlElementMouseEventArgs class with specified settings.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| hitInfo | DevExpress.Utils.Html.DxHtmlHitInfo | Stores information about a clicked element. |
| mouseArgs | MouseEventArgs | Stores information about a mouse pointer. |
See Also