Click or drag to resize

IWpfWebBrowserVirtualKeyboardRequested Event

Version 92.0.260
Raised every time OnVirtualKeyboardRequested(IBrowser, TextInputMode) is called. It's important to note this event is fired on a CEF UI thread, which by default is not the same as your application UI thread

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
event EventHandler<VirtualKeyboardRequestedEventArgs> VirtualKeyboardRequested

Value

Type: SystemEventHandlerVirtualKeyboardRequestedEventArgs
See Also