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