ITopLevelImplInput Property
Gets or sets a method called when the toplevel receives input.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action<RawInputEventArgs>? Input { get; set; }
Property Input As Action(Of RawInputEventArgs)
Get
Set
abstract Input : Action<RawInputEventArgs> with get, set
Property Value
ActionRawInputEventArgs