Explorar o código

oops. left args off Resized

Charlie Kindel %!s(int64=5) %!d(string=hai) anos
pai
achega
e4ae286c90
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Terminal.Gui/Core.cs

+ 2 - 2
Terminal.Gui/Core.cs

@@ -2555,9 +2555,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 ()
 		{