Class Application.ResizedEventArgs | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event arguments for the Resized event.

public class Application.ResizedEventArgs : EventArgs

Inheritance

object

EventArgs

Application.ResizedEventArgs

Inherited Members

EventArgs.Empty

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Properties

Cols

The number of columns in the resized terminal.

Rows

The number of rows in the resized terminal.

Edit this page