[]
        
(Showing Draft Content)

C1.Win.InputPanel.LinkClickedEventArgs.-ctor

LinkClickedEventArgs Constructor

LinkClickedEventArgs(MouseButtons, Point, string, string)

Initializes a new instance of a LinkClickedEventArgs.

Declaration
public LinkClickedEventArgs(MouseButtons button, Point location, string hRef, string target)
Parameters
Type Name Description
MouseButtons button

MouseButtons that was pressed on the link.

Point location

The location of the mouse during the generating event.

string hRef

Value of the link's HREF attribute.

string target

Value of the link's TARGET attribute.