Click or drag to resize

IRenderHandlerOnCursorChange Method

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

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

Parameters

cursor  IntPtr
If type is Custom then customCursorInfo will be populated with the custom cursor information
type  CursorType
cursor type
customCursorInfo  CursorInfo
custom cursor Information
See Also