Click or drag to resize

CefGeolocationHandlerOnCancelGeolocationPermission Method

Called when a geolocation access request is canceled. |request_id| is the unique ID for the permission request.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnCancelGeolocationPermission(
	CefBrowser browser,
	int requestId
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
requestId
Type: SystemInt32
See Also