/// <summary> /// Raises the got focus event. /// </summary> public void OnGotFocus(Control widget, EventArgs e) { widget.Platform.Invoke(() => widget.OnGotFocus(e)); }