Hi Tomasz M.Lipiński,
We do not know about your new object before you call scope.Add(). The adding event is fired then. I have no idea where we can hook into the object construction. The default ctor is also called from our lower layer to create the query result. There you do not want to get events.
One idea is to use a factory mechanism where you do not create your new objects everywhere in the code but by a factory call which can initialize and add the new object to the scope.
Best wishes,
Jan Blessenohl
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.