DataGrid.OnTextInput(TextCompositionEventArgs) Method

Definition

Provides class handling for the TextInput routed event.

protected:
 override void OnTextInput(System::Windows::Input::TextCompositionEventArgs ^ e);
protected override void OnTextInput (System.Windows.Input.TextCompositionEventArgs e);
override this.OnTextInput : System.Windows.Input.TextCompositionEventArgs -> unit
Protected Overrides Sub OnTextInput (e As TextCompositionEventArgs)

Parameters

e
TextCompositionEventArgs

The event data.

Remarks

This implementation marks the TextInput event as handled by setting the Handled property of the event data to true.

Applies to