KeyProcessor.PreviewTextInputStart(TextCompositionEventArgs) Method

Definition

Handles the PreviewTextInputStart event.

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

Parameters

args
TextCompositionEventArgs

A KeyEventArgs describing the key event.

Applies to