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)
- C#
- VB
- F#
public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
member Handled : bool with get, set
Property Value
BooleanRemarks
Once handled, a routed event should be ignored.