Hello,
I'm trying to execute some code when a user saves his profile, so I use UserOnBeforeSave. In there I need to see what changes have been done on certain fields, and so I need to compare the new and old data. However, the UserNotificationArgs seems to only contains the new data.
How can I do that ?