Stylus::RemovePreviewStylusMoveHandler Method (DependencyObject^, StylusEventHandler^)
.NET Framework (current version)
Removes a handler for the PreviewStylusMove attached event.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void RemovePreviewStylusMoveHandler( DependencyObject^ element, StylusEventHandler^ handler )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The UIElement or ContentElement that listens to this event.
- handler
-
Type:
System.Windows.Input::StylusEventHandler^
The event handler to remove.
.NET Framework
Available since 3.0
Available since 3.0
Show: