Method OnHasFocusChanged | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnHasFocusChanged(bool, View, View)
Invoked after HasFocus has changed. This method is called before the HasFocusChangedevent is raised.
protected override void OnHasFocusChanged(bool newHasFocus, View currentFocused, View newFocused)
Parameters
newHasFocus
bool
The new value of HasFocus.
currentFocused
View
newFocused
View
Remarks
This event cannot be cancelled.