Gestures.

RemoveRightTappedHandler(IInteractive, EventHandler<RoutedEventArgs>) Method

Namespace
Avalonia.Input
Containing Type
Gestures

Syntax

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

Parameters

Name Type Description
element IInteractive
handler EventHandler<RoutedEventArgs>

Return Value

Type Description
void