RawInputEventArgsHandled Property

Gets or sets a value indicating whether the event was handled.

Definition

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

Property Value

Boolean

Remarks

If an event is not marked handled after processing via the InputManager, then it will be passed on to the underlying OS for handling.

See Also