Table of Contents

Method OnVisibleChanging

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

OnVisibleChanging()

Called when the Visible property is changing.

protected override bool OnVisibleChanging()

Returns

bool

true to cancel the visibility change; otherwise, false.

Remarks

When becoming visible, the popover is laid out to fit the screen. When becoming hidden, focus is restored to the previous view.