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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnCursorChange(
CefBrowser browser,
IntPtr cursorHandle,
CefCursorType type,
CefCursorInfo customCursorInfo
)
Parameters
- browser CefBrowser
-
- cursorHandle IntPtr
-
- type CefCursorType
-
- customCursorInfo CefCursorInfo
-
See Also