From 2a57413ca201789cee18f3c8995560c86a1fd031 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 18 May 2020 23:08:40 -0600 Subject: [PATCH] oops. left args off Resized --- Terminal.Gui/Core.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Core.cs b/Terminal.Gui/Core.cs index 9ffcca490..3e540d58b 100644 --- a/Terminal.Gui/Core.cs +++ b/Terminal.Gui/Core.cs @@ -2555,9 +2555,9 @@ namespace Terminal.Gui { } /// - /// Invoked when the terminal was resized. + /// Invoked when the terminal was resized. The new size of the terminal is provided. /// - static public event EventHandler Resized; + static public event EventHandler Resized; static void TerminalResized () {