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