Method OnGotFocus
OnGotFocus(EventArgs)
This method is invoked when the control gets focus.
protected override void OnGotFocus(EventArgs e)
Parameters
Remarks
Derived classes can override this method to handle the event without attaching a delegate.