Name | Description | |
---|---|---|
ValueChangedEventArgs<T> Constructor | Creates a new ValueChangedEventArgs object & sets both the old value & the new value using the received parameters. |
The following tables list the members exposed by ValueChangedEventArgs<T>.
Name | Description | |
---|---|---|
ValueChangedEventArgs<T> Constructor | Creates a new ValueChangedEventArgs object & sets both the old value & the new value using the received parameters. |
Name | Description | |
---|---|---|
NewValue | Gets the new value, which is the most recent setting. | |
OldValue | Gets the old value, which is the one that has just been replaced by the NewValue. |