DataGridCell.OnTextInput(TextCompositionEventArgs) Method

Definition

Reports text composition.

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 data for the event.

Remarks

This method passes text input to the Column that contains the cell. Each column handles the input in a way that is appropriate for the column type.

Applies to