TextCompositionManager::RemovePreviewTextInputStartHandler Method (DependencyObject^, TextCompositionEventHandler^)
.NET Framework (current version)
Removes a handler for the TextInputStart attached event.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void RemovePreviewTextInputStartHandler( DependencyObject^ element, TextCompositionEventHandler^ handler )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
A dependency object to remove the event handler from. The dependency object must be a UIElement or a ContentElement.
- handler
-
Type:
System.Windows.Input::TextCompositionEventHandler^
A delegate that designates the handler to remove.
This method removes a handler for the tunneling version of this event. For information about the bubbling version of this event, see TextInputStart.
.NET Framework
Available since 3.0
Available since 3.0
Show: