Skip to main content

Handled 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)

public bool Handled { get; set; }

Property Value

Boolean

Remarks

Once handled, a routed event should be ignored.

See Also

Reference

RoutedEventArgs Class
Avalonia.Interactivity Namespace