KeyProcessor.TextInputStart(TextCompositionEventArgs) Method

Definition

Handles the TextInputStart event.

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

Parameters

args
TextCompositionEventArgs

A KeyEventArgs describing the key event.

Applies to