mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Update Added/Removed and other events to use `EventHandler
This commit is contained in:
@@ -61,7 +61,7 @@ namespace UICatalog {
|
||||
RecordView (sub);
|
||||
}
|
||||
|
||||
view.Added += RecordView;
|
||||
view.Added += (s,e)=>RecordView(e.View);
|
||||
}
|
||||
|
||||
internal static void Initialize ()
|
||||
|
||||
Reference in New Issue
Block a user