Accessing form values after saving

i need to monitor the change of a field in the form inside the afterSave() method, i know i can access the values ​via $this->record. But I don't know how I can access the original values ​and the modified ones. How could I do?
Was this page helpful?