KeyProcessor.PreviewTextInputStart(TextCompositionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A KeyEventArgs describing the key event.