Sylvain wrote:
Yes I saw this thread but this force me to inherit from my entity (IncidentEntity).
I think an event is more convenient and don't really understand the real reason you don't raise this event.
Why don't you generate by default in the template an VehicleChanged event (according to my example) ?
VehicleChanged as in: 'Vehicle' is the related entity? Nice suggestion. I'll look into that. One can't have both _field_Changed and PropertyChanged events in one class unfortunately, as winforms databinding will then fail, so either one of them has to be chosen.