I'm working with entity in my ViewModel and need to run certain actions based on EntityState.
Ideally I'd like to subscribe to some kind of event to know when
MyEntity.EntityAspect.EntityState get's changed by some action
Is there any build-in functionality I can use for that?