Summary
Handles pointer presses in the window.
- Namespace
- Avalonia
.Input - Containing Type
- AccessKeyHandler
Syntax
protected virtual void OnPreviewPointerPressed(object sender, PointerEventArgs e)
Parameters
Name | Type | Description |
---|---|---|
sender | object | The event sender. |
e | PointerEventArgs | The event args. |
Return Value
Type | Description |
---|---|
void |