共用方式為


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

事件資料。

備註

此實作透過將事件資料的屬性設定Handledtrue,來標記TextInput事件為處理狀態。

適用於