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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnCancelGeolocationPermission(
	CefBrowser browser,
	int requestId
)

Parameters

browser  CefBrowser
 
requestId  Int32
 
See Also