GesturesHoldingEvent Field

Occurs when a user performs a press and hold gesture (with a single touch, mouse, or pen/stylus contact).

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static readonly RoutedEvent<HoldingRoutedEventArgs> HoldingEvent

Field Value

RoutedEventHoldingRoutedEventArgs

See Also