Table of Contents

Method OnOptionFocused

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnOptionFocused(int, LinearRangeEventArgs<TOption>)

Overridable function that fires the OptionFocused event.

public virtual bool OnOptionFocused(int newFocusedOption, LinearRangeEventArgs<TOption> args)

Parameters

newFocusedOption int
args LinearRangeEventArgs<TOption>

Returns

bool

true if the focus change was cancelled.