Skip to main content
A newer version of this page is available. .
All docs
V22.1

DxHtmlElementMouseEventArgs.MouseArgs Property

Returns information about a mouse pointer.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v22.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

Declaration

public MouseEventArgs MouseArgs { get; }

Property Value

Type Description
MouseEventArgs

Stores information about a mouse pointer.

See Also