Click or drag to resize

IRenderHandler.OnCursorChange Method

Version 109.1.110
Called when the browser's cursor has changed.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax
void OnCursorChange(
	IntPtr cursor,
	CursorType type,
	CursorInfo customCursorInfo
)

Parameters

cursor
Type: System.IntPtr
If type is Custom then customCursorInfo will be populated with the custom cursor information
type
Type: CefSharp.Enums.CursorType
cursor type
customCursorInfo
Type: CefSharp.Structs.CursorInfo
custom cursor Information
See Also