Summary
Called when a key is pressed in the owner window.
- Namespace
- Avalonia
.Input - Containing Type
- AccessKeyHandler
Syntax
protected virtual void OnKeyDown(object sender, KeyEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The event sender. |
e | KeyEventArgs | The event args. |
Return Value
Type | Description |
---|---|
void |