IRenderHandlerOnCursorChange Method |
Version 79.1.350
Called when the browser's cursor has changed.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax void OnCursorChange(
IntPtr cursor,
CursorType type,
CursorInfo customCursorInfo
)
void OnCursorChange(
IntPtr cursor,
CursorType type,
CursorInfo customCursorInfo
)
Parameters
- cursor
- Type: SystemIntPtr
If type is Custom then customCursorInfo will be populated with the custom cursor information - type
- Type: CefSharp.EnumsCursorType
cursor type - customCursorInfo
- Type: CefSharp.StructsCursorInfo
custom cursor Information
See Also