Table of Contents

Method OnTypeChanging

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

OnTypeChanging(ValueChangingEventArgs<LinearRangeType>)

Called before Type changes. Return true to cancel the change.

protected virtual bool OnTypeChanging(ValueChangingEventArgs<LinearRangeType> args)

Parameters

args ValueChangingEventArgs<LinearRangeType>

Returns

bool