mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
oops. left args off Resized
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user