DataGrid.OnTextInput(TextCompositionEventArgs) メソッド

定義

TextInput ルーティング イベントのクラス処理を提供します。

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)

パラメーター

e
TextCompositionEventArgs

イベントのデータ。

注釈

この実装では、イベント データの TextInput プロパティを にHandledtrue設定することで、イベントが処理対象としてマークされます。

適用対象