Hi there,
while loading an new entity (IsNew = True) in a form, I set the values for certain properties. The User is then free to continue working on the entity or to discard the entity as a whole. At this point IsDirty returns true at this point in time. Is it possible to determine if any changes have occured after a certain point in time without having to subcribe to alle the Changed events of the entity?
Best regards