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