LinkLabelLinkClickedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the LinkLabelLinkClickedEventArgs class.
Overloads
LinkLabelLinkClickedEventArgs(LinkLabel+Link) |
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link. |
LinkLabelLinkClickedEventArgs(LinkLabel+Link, MouseButtons) |
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link and the specified mouse button. |
LinkLabelLinkClickedEventArgs(LinkLabel+Link)
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link.
public:
LinkLabelLinkClickedEventArgs(System::Windows::Forms::LinkLabel::Link ^ link);
public LinkLabelLinkClickedEventArgs (System.Windows.Forms.LinkLabel.Link link);
public LinkLabelLinkClickedEventArgs (System.Windows.Forms.LinkLabel.Link? link);
new System.Windows.Forms.LinkLabelLinkClickedEventArgs : System.Windows.Forms.LinkLabel.Link -> System.Windows.Forms.LinkLabelLinkClickedEventArgs
Public Sub New (link As LinkLabel.Link)
Parameters
- link
- LinkLabel.Link
The LinkLabel.Link that was clicked.
See also
Applies to
LinkLabelLinkClickedEventArgs(LinkLabel+Link, MouseButtons)
Initializes a new instance of the LinkLabelLinkClickedEventArgs class with the specified link and the specified mouse button.
public:
LinkLabelLinkClickedEventArgs(System::Windows::Forms::LinkLabel::Link ^ link, System::Windows::Forms::MouseButtons button);
public LinkLabelLinkClickedEventArgs (System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button);
public LinkLabelLinkClickedEventArgs (System.Windows.Forms.LinkLabel.Link? link, System.Windows.Forms.MouseButtons button);
new System.Windows.Forms.LinkLabelLinkClickedEventArgs : System.Windows.Forms.LinkLabel.Link * System.Windows.Forms.MouseButtons -> System.Windows.Forms.LinkLabelLinkClickedEventArgs
Public Sub New (link As LinkLabel.Link, button As MouseButtons)
Parameters
- link
- LinkLabel.Link
The LinkLabel.Link that was clicked.
- button
- MouseButtons
One of the MouseButtons values.