ChromiumWebBrowserOnPreviewTextInput Method |
Version 130.1.90
Handles the [E:PreviewTextInput] event.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected override void OnPreviewTextInput(
TextCompositionEventArgs e
)
protected:
virtual void OnPreviewTextInput(
TextCompositionEventArgs^ e
) override
Parameters
- e TextCompositionEventArgs
- The TextCompositionEventArgs instance containing the event data.
See Also