Event SizeChanging
Invoked when the terminal's size changed. The new size of the terminal is provided.
public static event EventHandler<SizeChangedEventArgs>? SizeChanging
Returns
- EventHandler<SizeChangedEventArgs>
- Invoked when the terminal's size changed. The new size of the terminal is provided.
Remarks
Event handlers can set Cancel to true to prevent Application from changing it's size to match the new terminal size.