'Declaration Public Function New( _ ByVal button As MouseButtons, _ ByVal hyperLink As String _ )
public HyperLinkEventArgs( MouseButtons button, string hyperLink )
Parameters
- button
- The mouse button that was clicked to trigger the event.
- hyperLink
- The target of the hyperlink.