KeyProcessor::PreviewTextInput Method (TextCompositionEventArgs^)

 

Handles the PreviewTextInput event.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
virtual void PreviewTextInput(
	TextCompositionEventArgs^ args
)

Parameters

args
Type: System.Windows.Input::TextCompositionEventArgs^

A KeyEventArgs describing the key event.

Return to top
Show: