6 references to LinkClicked
System.Windows.Forms (6)
winforms\Managed\System\WinForms\LinkLabelLinkClickedEventHandler.cs (1)
17
/// Represents the method that will handle the <see cref='System.Windows.Forms.LinkLabel.
LinkClicked
'/> event of a <see cref='System.Windows.Forms.LinkLabel'/>.
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
81
label.
LinkClicked
+= new LinkLabelLinkClickedEventHandler(this.LinkClicked);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5513
this.createNewLink.
LinkClicked
+= new LinkLabelLinkClickedEventHandler(OnNewLinkClicked);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (3)
225
this.linkLblMoreInformation.
LinkClicked
+= new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowMoreInformation);
328
this.linkLblName.
LinkClicked
+= new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowSupportPage);
349
this.linkLblPublisher.
LinkClicked
+= new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.TrustManagerPromptUI_ShowPublisherCertificate);