TextCompositionManager.AddTextInputStartHandler 方法

定义

TextInputStart 附加事件添加处理程序。

public:
 static void AddTextInputStartHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void AddTextInputStartHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member AddTextInputStartHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub AddTextInputStartHandler (element As DependencyObject, handler As TextCompositionEventHandler)

参数

element
DependencyObject

要向其添加事件处理程序的依赖对象。 依赖对象必须为 UIElementContentElement

handler
TextCompositionEventHandler

一个委托,用于指定要添加的处理程序。

注解

此方法为此事件的浮升版本添加处理程序。 有关此事件的隧道版本的信息,请参阅 PreviewTextInputStart

适用于

另请参阅