Skip to main content
All docs
V26.1
  • OpenHyperlinkEventArgs(StringBlock, MouseEventArgs) Constructor

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

    Namespace: DevExpress.Utils

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public OpenHyperlinkEventArgs(
        StringBlock block,
        MouseEventArgs mouseArgs
    )

    Parameters

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