CefKeyboardHandlerOnKeyEvent Method |
Called after the renderer and JavaScript in the page has had a chance to
handle the event. |event| contains information about the keyboard event.
|os_event| is the operating system event message, if any. Return true if
the keyboard event was handled or false otherwise.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual bool OnKeyEvent(
CefBrowser browser,
CefKeyEvent keyEvent,
IntPtr osEvent
)
Parameters
- browser CefBrowser
-
- keyEvent CefKeyEvent
-
- osEvent IntPtr
-
Return Value
Boolean
See Also