ComponentOne InputPanel for WinForms
LinkClickedEventArgs Constructor

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > LinkClickedEventArgs Class : LinkClickedEventArgs Constructor
System.Windows.Forms.MouseButtons that was pressed on the link.
The location of the mouse during the generating event.
Value of the link's HREF attribute.
Value of the link's TARGET attribute.
Initializes a new instance of a LinkClickedEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal button As System.Windows.Forms.MouseButtons, _
   ByVal location As System.Drawing.Point, _
   ByVal hRef As System.String, _
   ByVal target As System.String _
)
public LinkClickedEventArgs( 
   System.Windows.Forms.MouseButtons button,
   System.Drawing.Point location,
   System.string hRef,
   System.string target
)

Parameters

button
System.Windows.Forms.MouseButtons that was pressed on the link.
location
The location of the mouse during the generating event.
hRef
Value of the link's HREF attribute.
target
Value of the link's TARGET attribute.
See Also

Reference

LinkClickedEventArgs Class
LinkClickedEventArgs Members