RawInputEventArgs.

Handled Property

Summary

Gets or sets a value indicating whether the event was handled.
Namespace
Avalonia.Input.Raw
Containing Type
RawInputEventArgs

Syntax

public bool Handled { get; set; }

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.

Value

Type Description
bool