IRenderHandler.OnCursorChange Method |
Version 91.1.160
Called when the browser's cursor has changed.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 91.1.160.0 (91.1.160.0)
Syntaxvoid OnCursorChange(
IntPtr cursor,
CursorType type,
CursorInfo customCursorInfo
)
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