protected virtual void OnGotFocus(GotFocusEventArgs args) { EventHandler <GotFocusEventArgs> gotFocusEvent = GotFocus; if (gotFocusEvent != null) { gotFocusEvent(this, args); } }
protected virtual void OnGotFocus(GotFocusEventArgs args) { EventHandler<GotFocusEventArgs> gotFocusEvent = GotFocus; if (gotFocusEvent != null) gotFocusEvent(this, args); }