Skip to main content
All docs
V25.1
  • HyperlinkClickEventArgs.MouseArgs Property

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public MouseEventArgs MouseArgs { get; set; }

    Property Value

    Type Description
    MouseEventArgs

    Mouse coordinates of the clicked link.

    See Also