Click or drag to resize

DefaultRenderHandlerOnCursorChange 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
public virtual 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

Implements

IRenderHandlerOnCursorChange(IntPtr, CursorType, CursorInfo)
See Also