Table of Contents

Method OnLoaded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnLoaded()

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

public override void OnLoaded()

Remarks

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