CefFindHandler OnFindResult Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called to report find results returned by CefBrowserHost::Find(). |identifer| is the identifier passed to Find(), |count| is the number of matches currently identified, |selectionRect| is the location of where the match was found (in window coordinates), |activeMatchOrdinal| is the current position in the search results, and |finalUpdate| is true if this is the last find notification.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void OnFindResult(
	CefBrowser browser,
	int identifier,
	int count,
	CefRectangle selectionRect,
	int activeMatchOrdinal,
	bool finalUpdate
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

identifier
Type: OnlineSystem Int32

[Missing <param name="identifier"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

count
Type: OnlineSystem Int32

[Missing <param name="count"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

selectionRect
Type: Xilium.CefGlue CefRectangle

[Missing <param name="selectionRect"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

activeMatchOrdinal
Type: OnlineSystem Int32

[Missing <param name="activeMatchOrdinal"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

finalUpdate
Type: OnlineSystem Boolean

[Missing <param name="finalUpdate"/> documentation for "M:Xilium.CefGlue.CefFindHandler.OnFindResult(Xilium.CefGlue.CefBrowser,System.Int32,System.Int32,Xilium.CefGlue.CefRectangle,System.Int32,System.Boolean)"]

See Also