Hi,
What is the recommended method of assigning default values to an entity when it is added to a an entity collection under the following circumstances.
1) When the entity is stand alone (I assume you just use the entity constructor).
2) When some of the values have external dependencies (I assume that trapping the list changed event is the only good way)
Is there any OnAdd delegate.
Regards
Craig