protected override void OnFindResult(CefBrowser browser, int identifier, int count, CefRectangle selectionRect, int activeMatchOrdinal, bool finalUpdate) { var e = new FindResultEventArgs(count, selectionRect, activeMatchOrdinal, finalUpdate); _owner.OnFindResult(e); }