ValueChangeInfo<T> Properties
Stores information about changed values.
Name | Description |
---|---|
Is |
Returns whether the value has been changed. |
New |
Returns the new value of the changed value. |
Old |
Returns the old value of the changed value. |
See Also