Constructor ValueChangingEventArgs
ValueChangingEventArgs(T, T)
Initializes a new instance of the ValueChangingEventArgs<T> class.
public ValueChangingEventArgs(T currentValue, T newValue)
Parameters
currentValueTThe current value before the change, which may be null for nullable types.
newValueTThe proposed new value, which may be null for nullable types.