Method OnValueChanging
OnValueChanging(ValueChangingEventArgs<string?>)
Called when Value is about to change. Allows derived classes to cancel the change.
protected virtual bool OnValueChanging(ValueChangingEventArgs<string?> args)
Parameters
argsValueChangingEventArgs<string>The event arguments.