'Declaration Public Function New( _ ByVal button As MouseButtons, _ ByVal hyperLink As String _ )
public HyperLinkEventArgs( MouseButtons button, string hyperLink )
Parameters
- button
- The mouse button clicked.
- hyperLink
- The hyperlink target.
'Declaration Public Function New( _ ByVal button As MouseButtons, _ ByVal hyperLink As String _ )
public HyperLinkEventArgs( MouseButtons button, string hyperLink )