Method OnLoaded
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.