[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.ToolTipLinkClickedEventArgs.-ctor

ToolTipLinkClickedEventArgs Constructor

ToolTipLinkClickedEventArgs(MouseButtons, string, string)

Initializes a new instance of a ToolTipLinkClickedEventArgs.

Declaration
public ToolTipLinkClickedEventArgs(MouseButtons button, string hRef, string target)
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.