ActiveReports.Viewer3 Request technical support
HyperLinkEventArgs Constructor(MouseButtons,String)
See Also 


button
The mouse button clicked.
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 MouseButtons, _
   ByVal hyperLink As String _
)
Visual Basic (Usage)Copy Code
Dim button As MouseButtons
Dim hyperLink As String
 
Dim instance As HyperLinkEventArgs(button, hyperLink)
C# 
public HyperLinkEventArgs( 
   MouseButtons button,
   string hyperLink
)

Parameters

button
The mouse button clicked.
hyperLink
The hyperlink target.

See Also