Summary
Called before the
KeyDown
event occurs.
- Namespace
- Avalonia
.Controls - Containing Type
- Button
Syntax
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
e | KeyEventArgs | The event args. |
Return Value
Type | Description |
---|---|
void |