Click or drag to resize

ChromiumWebBrowserOnPreviewTextInput Method

Version 96.0.142
Handles the [E:PreviewTextInput] event.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
protected override void OnPreviewTextInput(
	TextCompositionEventArgs e
)

Parameters

e
Type: System.Windows.InputTextCompositionEventArgs
The TextCompositionEventArgs instance containing the event data.
See Also