RoutedEventArgsHandled Property

Gets or sets a value indicating whether the routed event has already been handled.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Handled { get; set; }

Property Value

Boolean

Remarks

Once handled, a routed event should be ignored.

See Also