Table of Contents

Class SizeChangedEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Args for events about Size (e.g. Resized)

public class SizeChangedEventArgs : EventArgs
Inheritance
SizeChangedEventArgs
Inherited Members

Constructors

SizeChangedEventArgs(Size?)

Creates a new instance of the SizeChangedEventArgs class.

Properties

Cancel

Set to true to cause the resize to be cancelled, if appropriate.

Size

Gets the size the event describes. This should reflect the new/current size after the event resolved.