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