TextCompositionManager.RemoveTextInputStartHandler 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除 TextInputStart 附加事件的处理程序。
public:
static void RemoveTextInputStartHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void RemoveTextInputStartHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member RemoveTextInputStartHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub RemoveTextInputStartHandler (element As DependencyObject, handler As TextCompositionEventHandler)
参数
- element
- DependencyObject
要从中删除事件处理程序的依赖对象。 依赖对象必须为 UIElement 或 ContentElement。
- handler
- TextCompositionEventHandler
一个委托,用于指定要删除的处理程序。
注解
此方法删除此事件的浮升版本的处理程序。 有关此事件的隧道版本的信息,请参阅 PreviewTextInputStart。