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