Update Added/Removed and other events to use `EventHandler

This commit is contained in:
tznind
2023-03-11 11:05:20 +00:00
parent 7764006932
commit 9c4f3eda16
16 changed files with 72 additions and 52 deletions

View File

@@ -61,7 +61,7 @@ namespace UICatalog {
RecordView (sub);
}
view.Added += RecordView;
view.Added += (s,e)=>RecordView(e.View);
}
internal static void Initialize ()