oops. left args off Resized

This commit is contained in:
Charlie Kindel
2020-05-18 23:08:40 -06:00
committed by BDisp
parent a35ef1f81f
commit 2a57413ca2

View File

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