mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Move all nested eventargs out of parent classes to root
This commit is contained in:
@@ -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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user