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