CefBrowserHost HandleKeyEventAfterTextInputClient Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Performs any additional actions after NSTextInputClient handles the event.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void HandleKeyEventAfterTextInputClient(
	IntPtr keyEvent
)

Parameters

keyEvent
Type: OnlineSystem IntPtr

[Missing <param name="keyEvent"/> documentation for "M:Xilium.CefGlue.CefBrowserHost.HandleKeyEventAfterTextInputClient(System.IntPtr)"]

See Also