Table of Contents

Method OnSelectionChanged

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

OnSelectionChanged()

Called by the base when the selected indices have changed due to user input. Concrete subclasses must compute their Value from the current selection and raise ValueChanged / ValueChangedUntyped.

protected override void OnSelectionChanged()

Remarks

Subclasses should not raise ValueChanging from this hook; ValueChanging is reserved for direct writes to Value.