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