Ejemplo n.º 1
0
 protected override void OnCursorChange(CefBrowser browser, IntPtr cursorHandle)
 {
     owner.HandleCursorChange(cursorHandle);
 }
Ejemplo n.º 2
0
 protected override void OnCursorChange(CefBrowser browser, IntPtr cursorHandle, CefCursorType type, CefCursorInfo customCursorInfo)
 {
     owner.HandleCursorChange(cursorHandle);
 }