Table of Contents

Method OnLeave

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnLeave(View)

Method invoked when a view loses focus.

public override bool OnLeave(View view)

Parameters

view View

The view that is getting focus.

Returns

bool

true, if the event was handled, false otherwise.