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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Event invoked when the content area of the View is completed drawing.

public event Action<Rect> DrawContentComplete

Returns

Action<Rect>

Event invoked when the content area of the View is completed drawing.

Remarks

Will be invoked after any subviews removed with Remove(View) have been completed drawing.

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

Edit this page