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