Table of Contents

Method OnPreviewTextInput

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

OnPreviewTextInput(TextCompositionEventArgs)

Invoked when an unhandled System.Windows.Input.TextCompositionManager.PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnPreviewTextInput(TextCompositionEventArgs e)

Parameters

e TextCompositionEventArgs

The TextCompositionEventArgs that contains the event data.