Summary
Gets or sets a method called when the toplevel receives input.
- Namespace
- Avalonia
.Platform - Containing Type
- ITopLevelImpl
Syntax
Action<RawInputEventArgs> Input { get; set; }
Value
Type | Description |
---|---|
Action |
Action<RawInputEventArgs> Input { get; set; }
Type | Description |
---|---|
Action |