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将事件标记为已处理。

适用于