Hello all.
Strange as it sounds, I can't seem to find a good AfterAdd event that I can use when a new entity is added to a EntityCollectionBase2.
EntityCollectionBase2 doesn't have such an event.
BindingSource has OnAddingNew, but that event is called BEFORE the object is added to the list and then it's called many, many times on each add (who knows why?).
I'm using the DevEx GridControl and it's InitNewRow event simply doesn't work.
Seems weird that something so simple is evading me. Am I missing something? All suggestions appreciated.
Thanks.
Jeff