| ChromiumWebBrowserOnPreviewTextInput Method  | 
Version 81.3.100 
            Handles the [E:PreviewTextInput] event.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 81.3.100.0 (81.3.100.0)
 Syntax
Syntaxprotected override void OnPreviewTextInput(
	TextCompositionEventArgs e
)
protected:
virtual void OnPreviewTextInput(
	TextCompositionEventArgs^ e
) override
Parameters
- e
- Type: System.Windows.InputTextCompositionEventArgs
 The TextCompositionEventArgs instance containing the event data.
 See Also
See Also