RoutedEventArgsHandled Property
Gets or sets a value indicating whether the routed event has already been handled.
Namespace: Avalonia.InteractivityAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
member Handled : bool with get, set
Property Value
Boolean
Once handled, a routed event should be ignored.