ActiveReports Developer 7
HyperLinkEventArgs Constructor
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > HyperLinkEventArgs Class : HyperLinkEventArgs Constructor

button
The mouse button clicked.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal button As System.Windows.Forms.MouseButtons, _
   ByVal hyperLink As System.String _
)
C# 
public HyperLinkEventArgs( 
   System.Windows.Forms.MouseButtons button,
   System.string hyperLink
)

Parameters

button
The mouse button clicked.
hyperLink
The hyperlink target.

See Also