Click or drag to resize
IGeolocationHandler.OnCancelGeolocationPermission Method
Version 55.0.0
Called when a geolocation access request is canceled.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
void OnCancelGeolocationPermission(
	IWebBrowser browserControl,
	IBrowser browser,
	int requestId
)

Parameters

browserControl
Type: CefSharp.IWebBrowser
the browser control
browser
Type: CefSharp.IBrowser
the browser object
requestId
Type: System.Int32
the unique ID for the permission request, as seen in OnRequestGeolocationPermission(IWebBrowser, IBrowser, String, Int32, IGeolocationCallback)
See Also