Stylus.RemovePreviewStylusDownHandler (Método)
.NET Framework 3.0
Removes a handler for the PreviewStylusDown event.
Espacio de nombres: System.Windows.Input
Ensamblado: PresentationCore (en presentationcore.dll)
Ensamblado: PresentationCore (en presentationcore.dll)
public static void RemovePreviewStylusDownHandler ( DependencyObject element, StylusDownEventHandler handler )
public static void RemovePreviewStylusDownHandler ( DependencyObject element, StylusDownEventHandler handler )
public static function RemovePreviewStylusDownHandler ( element : DependencyObject, handler : StylusDownEventHandler )
No se pueden utilizar métodos en XAML.
Parámetros
- element
The UIElement or ContentElement that listens to this event.
- handler
The event handler to remove.