Method OnValueChanging
OnValueChanging(ValueChangingEventArgs<T?>)
Called when Value is about to change.
protected virtual bool OnValueChanging(ValueChangingEventArgs<T?> args)
Parameters
argsValueChangingEventArgs<T>The event arguments containing the current and proposed typed values.