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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnLeave(View)

Method invoked when a view loses focus.

public virtual bool OnLeave(View view)

Parameters

view View

The view that is getting focus.

Returns

bool

true, if the event was handled, false otherwise.

Edit this page