Table of Contents

Event DrawingContent

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the View's content is to be drawn.

public event EventHandler<DrawEventArgs>? DrawingContent

Returns

EventHandler<DrawEventArgs>
Raised when the View's content is to be drawn.

Remarks

Will be invoked before any subviews added with Add(View?) have been drawn.

Rect provides the view-relative rectangle describing the currently visible viewport into the View .