Click or drag to resize
IGeolocationHandlerOnCancelGeolocationPermission Method
Version 51.0.0
Called when a geolocation access request is canceled.

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

Parameters

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