[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs.-ctor

C1SuperLabelLinkClickedEventArgs Constructor

C1SuperLabelLinkClickedEventArgs(MouseButtons, string, string)

Initializes a new instance of a LinkClickedEventArgs.

Declaration
public C1SuperLabelLinkClickedEventArgs(MouseButtons button, string hRef, string target)
Public Sub New(button As MouseButtons, hRef As String, target As String)
Parameters
Type Name Description
MouseButtons button

MouseButtons that was pressed on the link.

string hRef

Value of the link's HREF attribute.

string target

Value of the link's TARGET attribute.