Hi
I'm new to LLBLGEN and I was wondering if there is a way to check if an entity or one of its related entries has changed since last save.
Or even better an event that would fire if an entity or one of its its related entries has changed.
I realize that I can do a recursivly search for all entities and then subscripe to the EntityContentsChanged event.
But is there an easier way?
Thanks,