Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

HyperlinkClickEventArgs(Hyperlink, Keys) Constructor

Initializes a new instance of the HyperlinkClickEventArgs class with the specified hyperlink and key modifiers.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public HyperlinkClickEventArgs(
    Hyperlink hyperlink,
    Keys modifierKeys
)

Parameters

Name Type Description
hyperlink Hyperlink

A Hyperlink object representing a hyperlink that is clicked.

modifierKeys Keys

A Keys value representing modifier flags.

See Also