次の方法で共有


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

イベントのデータ。

注釈

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

適用対象