Table of Contents

Class DrawEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Event args for draw events

public class DrawEventArgs : EventArgs
Inheritance
DrawEventArgs
Inherited Members

Constructors

DrawEventArgs(Rectangle, Rectangle)

Creates a new instance of the DrawEventArgs class.

Properties

Cancel

If set to true, the draw operation will be canceled, if applicable.

NewViewport

Gets the Content-relative rectangle describing the currently visible viewport into the View.

OldViewport

Gets the Content-relative rectangle describing the old visible viewport into the View.