Click or drag to resize

DefaultRenderHandler.OnCursorChange Method

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

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
public virtual 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

Implements

IRenderHandler.OnCursorChange(IntPtr, CursorType, CursorInfo)
See Also