is there a way to track if an object has changed with ReactiveUI? Basically does/can the ReactiveObject base class store the original values for the fields so it can track change?
If a property has changed then i need to know.
If a property was changed but then put back to the original value I don't want to know.
Can this be achieved ?
Thanks a lot.