Raises the OnLinkClick event.
[Visual Basic] Overridable Protected Sub OnLinkClick( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnLinkClick( EventArgs e ); [C++] protected: virtual void OnLinkClick( EventArgs* e ); [JScript] protected function OnLinkClick( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For more information, see TBD.
Notes to Inheritors: When overriding OnLinkClick in a derived class, be sure to call the base class's OnLinkClick method.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | EventArgs | OnLinkClick