Table of Contents

Method OnOptionFocused

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnOptionFocused(int, SliderEventArgs<T>)

Overridable function that fires the OptionFocused event.

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

Parameters

newFocusedOption int
args SliderEventArgs<T>

Returns

bool

true if the focus change was cancelled.