Skip to main content
A newer version of this page is available. .
All docs
V21.2

HyperlinkClickEventArgs.MouseArgs Property

Gets or sets mouse coordinates calculated from the toolbar’s upper left corner.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public MouseEventArgs MouseArgs { get; set; }

Property Value

Type Description
MouseEventArgs

Mouse coordinates of the clicked link.

See Also