Share via


RibbonComboBox.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 事件数据的 属性设置为 Handled ,将事件标记为 true已处理。 此实现不调用基实现。

适用于