ValueChangedEventArgs<T> Properties
Stores arguments for events that trigger when a value changes.
Name | Description |
---|---|
New |
Gets the new value. |
Old |
Gets the old value. |
See Also