'Declaration
Public Function New( _
ByVal button As System.Windows.Forms.MouseButtons, _
ByVal hRef As System.String, _
ByVal target As System.String _
)
public ToolTipLinkClickedEventArgs(
System.Windows.Forms.MouseButtons button,
System.string hRef,
System.string target
)
Parameters
button
System.Windows.Forms.MouseButtons that was pressed on the link.