Skip to main content
All docs
V25.1
  • HyperlinkClickEventArgs(Hyperlink, PortableKeys) Constructor

    Initializes a new HyperlinkClickEventArgs class instance with the specified settings.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public HyperlinkClickEventArgs(
        Hyperlink hyperlink,
        PortableKeys modifierKeys
    )

    Parameters

    Name Type Description
    hyperlink Hyperlink

    An activated hyperlink.

    modifierKeys DevExpress.Portable.Input.PortableKeys

    The equivalent of the System.Windows.Forms.Keys enumeration. Indicates the modifier keys that were pressed during the event.

    See Also