Click or drag to resize

CefRenderHandlerOnCursorChange Method

Called when the browser's cursor has changed. If |type| is CT_CUSTOM then |custom_cursor_info| will be populated with the custom cursor information.

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 OnCursorChange(
	CefBrowser browser,
	IntPtr cursorHandle,
	CefCursorType type,
	CefCursorInfo customCursorInfo
)

Parameters

browser  CefBrowser
 
cursorHandle  IntPtr
 
type  CefCursorType
 
customCursorInfo  CefCursorInfo
 
See Also