Table of Contents

Method OnValueChanging

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

OnValueChanging(ValueChangingEventArgs<DateTime>)

Called when the Value is about to change. Allows derived classes to cancel the change.

protected virtual bool OnValueChanging(ValueChangingEventArgs<DateTime> args)

Parameters

args ValueChangingEventArgs<DateTime>

The event arguments.

Returns

bool

true to cancel the change; otherwise false.