Method OnEnter | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnEnter(View)

Method invoked when a view gets focus.

public override bool OnEnter(View view)

Parameters

view View

The view that is losing focus.

Returns

bool

true, if the event was handled, false otherwise.

Edit this page