ValueChangingEventArgs<T> Constructors
Contains data for events that allow you to obtain the current and previous object states before its assignment.Name | Parameters | Description |
---|---|---|
ValueChangingEventArgs(T, T) | oldValue, newValue | Initializes a new instance of the ValueChangingEventArgs<T> class with specified settings. |
See Also