ValueChangedEventArgs<T> Constructors
Stores arguments for events that trigger when a value changes.Name | Parameters | Description |
---|---|---|
ValueChangedEventArgs(T, T) | oldValue, newValue | Initializes a new instance of the ValueChangedEventArgs<T> class with specified settings. |
See Also