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