Method OnLoaded | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnLoaded()

Called from Begin(Toplevel) before the Toplevel redraws for the first time.

public virtual void OnLoaded()

Remarks

Overrides must call base.OnLoaded() to ensure any Toplevel subviews are initialized properly and theLoaded event is raised.

Edit this page