共用方式為


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 為 所處理。 此實作不會呼叫基底實作。

適用於