[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs.-ctor

HyperLinkEventArgs Constructor

HyperLinkEventArgs(MouseButtons, string)

Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.

Declaration
public HyperLinkEventArgs(MouseButtons button, string hyperLink)
Parameters
Type Name Description
MouseButtons button

The mouse button that was clicked to trigger the event.

string hyperLink

The target of the hyperlink.