RawInputEventArgsHandled Property
Gets or sets a value indicating whether the event was handled.
Namespace: Avalonia.Input.RawAssembly: 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
If an event is not marked handled after processing via the
InputManager, then it will be passed on to the underlying OS for
handling.