Click or drag to resize

DefaultRenderHandler.OnCursorChange Method

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

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 105.3.390.0 (105.3.390.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