Skip to main content
A newer version of this page is available.
All docs
V18.2

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.v18.2.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