Event ValueChanging
public event EventHandler<ValueChangingEventArgs<TValue?>>? ValueChanging
Returns
- EventHandler<ValueChangingEventArgs<TValue>>
- Raised when is about to change. Set to true to cancel the change.
- Implements
public event EventHandler<ValueChangingEventArgs<TValue?>>? ValueChanging