KeyProcessor::TextInputStart Method (TextCompositionEventArgs^)

 

Handles the TextInputStart event.

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

public:
virtual void TextInputStart(
	TextCompositionEventArgs^ args
)

Parameters

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

A KeyEventArgs describing the key event.

Return to top
Show: