KeyProcessor.TextInput(TextCompositionEventArgs) Method

Definition

Handles the TextInput event.

public:
 virtual void TextInput(System::Windows::Input::TextCompositionEventArgs ^ args);
public virtual void TextInput (System.Windows.Input.TextCompositionEventArgs args);
abstract member TextInput : System.Windows.Input.TextCompositionEventArgs -> unit
override this.TextInput : System.Windows.Input.TextCompositionEventArgs -> unit
Public Overridable Sub TextInput (args As TextCompositionEventArgs)

Parameters

args
TextCompositionEventArgs

A KeyEventArgs describing the key event.

Applies to