소스 검색

oops. left args off Resized

Charlie Kindel 5 년 전
부모
커밋
e4ae286c90
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 ()
 		{