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