Stylus::RemovePreviewStylusDownHandler Method (DependencyObject^, StylusDownEventHandler^)

 

Removes a handler for the PreviewStylusDown attached event.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static void RemovePreviewStylusDownHandler(
	DependencyObject^ element,
	StylusDownEventHandler^ handler
)

Parameters

element
Type: System.Windows::DependencyObject^

The UIElement or ContentElement that listens to this event.

handler
Type: System.Windows.Input::StylusDownEventHandler^

The event handler to remove.

.NET Framework
Available since 3.0
Return to top
Show: