Event DrawContent | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event invoked when the content area of the View is to be drawn.
public event Action<Rect> DrawContent
Returns
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.