Convert more Actions to EventHandlers in View

This commit is contained in:
tznind
2023-03-11 19:55:08 +00:00
parent fcc75e7147
commit 43f67a6387
35 changed files with 85 additions and 85 deletions

View File

@@ -106,7 +106,7 @@ namespace UICatalog.Scenarios {
ShowPropertiesOf (e.NewValue);
}
private void TreeViewFiles_KeyPress (View.KeyEventEventArgs obj)
private void TreeViewFiles_KeyPress (object sender, View.KeyEventEventArgs obj)
{
if (obj.KeyEvent.Key == (Key.R | Key.CtrlMask)) {