Browse Source

oops. left args off Resized

Charlie Kindel 5 years ago
parent
commit
c7b4b3472a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Terminal.Gui/Core.cs

+ 2 - 2
Terminal.Gui/Core.cs

@@ -2509,9 +2509,9 @@ namespace Terminal.Gui {
 		}
 
 		/// <summary>
-		/// Invoked when the terminal was resized.
+		/// Invoked when the terminal was resized. The new size of the terminal is provided.
 		/// </summary>
-		static public event EventHandler Resized;
+		static public event EventHandler<ResizedEventArgs> Resized;
 
 		static void TerminalResized ()
 		{