Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<TimeSpan>)

Called when the TimeField Value is changing.

protected virtual bool OnValueChanging(ValueChangingEventArgs<TimeSpan> args)

Parameters

args ValueChangingEventArgs<TimeSpan>

The event arguments containing old and new values.

Returns

bool

true to cancel the change; otherwise false.