Method OnOptionFocused | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnOptionFocused(int, SliderEventArgs)

Overridable function that fires the OptionFocused event.

public virtual bool OnOptionFocused(int newFocusedOption, SliderEventArgs<T> args)

Parameters

newFocusedOption int

args SliderEventArgs

Returns

bool

true if the focus change was cancelled.

Edit this page