TextCompositionManager.AddTextInputHandler 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加入 TextInput 附加事件的處理常式。
public:
static void AddTextInputHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void AddTextInputHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member AddTextInputHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub AddTextInputHandler (element As DependencyObject, handler As TextCompositionEventHandler)
參數
- element
- DependencyObject
要在其中加入事件處理常式的相依性物件。 相依性物件必須是 UIElement 或 ContentElement。
- handler
- TextCompositionEventHandler
可指定要加入之處理常式的委派。
備註
這個方法會新增這個事件的反升版本的處理程式。 如需此事件的通道版本相關信息,請參閱 PreviewTextInput。