Method OnValueChanging
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
argsValueChangingEventArgs<DateTime>The event arguments.