[This is preliminary documentation and is subject to change.]
Executed when a query has been canceled either explicitly using the
JavaScript cancel function or implicitly due to browser destruction,
navigation or renderer process termination. It will only be called for
the single handler that returned true from OnQuery for the same
|query_id|. No references to the associated Callback object should be
kept after this method is called, nor should any Callback methods be
executed.
Namespace: Xilium.CefGlue.WrapperAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- browser
- Type: Xilium.CefGlue CefBrowser
[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Handler.OnQueryCanceled(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefFrame,System.Int64)"]
- frame
- Type: Xilium.CefGlue CefFrame
[Missing <param name="frame"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Handler.OnQueryCanceled(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefFrame,System.Int64)"]
- queryId
- Type: System Int64
[Missing <param name="queryId"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Handler.OnQueryCanceled(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefFrame,System.Int64)"]
See Also