Table of Contents

Method OnHasFocusChanged

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnHasFocusChanged(bool, View, View)

Invoked after HasFocus has changed. This method is called before the HasFocusChanged event is raised.

protected override void OnHasFocusChanged(bool newHasFocus, View previousFocusedView, View view)

Parameters

newHasFocus bool

The new value of HasFocus.

previousFocusedView View
view View

Remarks

This event cannot be cancelled.