protected override bool OnSetFocus(CefBrowser browser, CefFocusSource source) { var e = new SetFocusEventArgs(source); _owner.OnSetFocus(e); return(!e.Cancel); }