ITopLevelImplInput Property

Gets or sets a method called when the toplevel receives input.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<RawInputEventArgs>? Input { get; set; }

Property Value

ActionRawInputEventArgs

See Also