Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<DateTime>)

Called when the DatePicker Value is changing.

protected virtual bool OnValueChanging(ValueChangingEventArgs<DateTime> args)

Parameters

args ValueChangingEventArgs<DateTime>

The event arguments containing old and new values.

Returns

bool

true to cancel the change; otherwise false.