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 () {