[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.LinkClickedEventArgs

LinkClickedEventArgs Class

Provides data for the LinkClicked event.

Inheritance
LinkClickedEventArgs
Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public class LinkClickedEventArgs : EventArgs

Constructors

Name Description
LinkClickedEventArgs(MouseButtons, Point, string, string)

Initializes a new instance of a LinkClickedEventArgs.

Properties

Name Description
Button

Gets the button that was clicked on the link.

HRef

Gets the value of the link's HREF attribute.

Location

Get the location of the mouse during the generating event.

Target

Gets the value of the link's TARGET attribute.

X

Get the x-coordinate of the mouse during the generating event.

Y

Get the y-coordinate of the mouse during the generating event.