From 0a345b240a325bb576cd1e792c7ef243788aba54 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 550b40e80..e420b4657 100644 --- a/Terminal.Gui/Core.cs +++ b/Terminal.Gui/Core.cs @@ -2561,9 +2561,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 () {