oops. left args off Resized

This commit is contained in:
Charlie Kindel
2020-05-18 23:08:40 -06:00
committed by BDisp
parent 8de1702042
commit 0a345b240a

View File

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