mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Update Added/Removed and other events to use `EventHandler
This commit is contained in:
@@ -316,7 +316,7 @@ namespace Terminal.Gui {
|
||||
}
|
||||
};
|
||||
|
||||
Added += (View v) => {
|
||||
Added += (s, e) => {
|
||||
|
||||
// Determine if this view is hosted inside a dialog and is the only control
|
||||
for (View view = this.SuperView; view != null; view = view.SuperView) {
|
||||
|
||||
Reference in New Issue
Block a user