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