DxHtmlElementMouseEventArgs.MouseArgs Property
In This Article
Returns information about a mouse pointer.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v24.2.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
#Declaration
public MouseEventArgs MouseArgs { get; }
#Property Value
Type | Description |
---|---|
Mouse |
Stores information about a mouse pointer. |
See Also