Gestures.

RemoveDoubleTappedHandler(IInteractive, EventHandler<RoutedEventArgs>) Method

Namespace
Avalonia.Input
Containing Type
Gestures

Syntax

public static void RemoveDoubleTappedHandler(IInteractive element, EventHandler<RoutedEventArgs> handler)

Parameters

Name Type Description
element IInteractive
handler EventHandler<RoutedEventArgs>

Return Value

Type Description
void