Move all nested eventargs out of parent classes to root

This commit is contained in:
tznind
2023-03-15 19:35:21 +00:00
parent 53597b7cec
commit 2ed71e284c
60 changed files with 983 additions and 791 deletions

View File

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