Menu.OnTextInput(TextCompositionEventArgs) 方法

定义

处理 TextInput 路由事件,该事件在菜单接收来自任何设备的文本输入时发生。

protected:
 override void OnTextInput(System::Windows::Input::TextCompositionEventArgs ^ e);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override void OnTextInput (System.Windows.Input.TextCompositionEventArgs e);
protected override void OnTextInput (System.Windows.Input.TextCompositionEventArgs e);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.OnTextInput : System.Windows.Input.TextCompositionEventArgs -> unit
override this.OnTextInput : System.Windows.Input.TextCompositionEventArgs -> unit
Protected Overrides Sub OnTextInput (e As TextCompositionEventArgs)

参数

e
TextCompositionEventArgs

事件数据。

属性

注解

此实现不会更改事件数据的属性TextInput) (Handled处理状态。

继承者说明

如果重写 OnTextInput(TextCompositionEventArgs),请始终在实现中 OnTextInput(TextCompositionEventArgs) 调用基实现。 调用基实现失败会阻止基类使用类处理程序处理事件,这可能会更改最终类的运行时行为。 可以在特殊处理之前或之后调用基本实现,具体取决于你的要求。

适用于