Skip to main content
All docs
V25.2
  • HyperlinkClickEventArgs(StringBlock, MouseEventArgs) Constructor

    Initializes a new instance of the HyperlinkClickEventArgs class with specified settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.2.dll

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

    Declaration

    public HyperlinkClickEventArgs(
        StringBlock block,
        MouseEventArgs mouseArgs
    )

    Parameters

    Name Type
    block DevExpress.Utils.Text.Internal.StringBlock
    mouseArgs MouseEventArgs
    See Also