Event DrawContent | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event invoked when the content area of the View is to be drawn.

public event Action<Rect> DrawContent

Returns

Action<Rect>

Event invoked when the content area of the View 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.

Edit this page