Is it just me or does changes produced by refreshing the LINQ DataContext not result in Changed Events?
I have a multiuser Application which has an simple atomar locking system to prevent conflicts. So if an User changes something in the database I need to trigger Refresh on the Datacontext to reload the concerning objects.
A breakpoint in the property contained in the generated Designerfile is not called while refreshing this class. Also no events are thrown.
Am I doing something wrong or is there a workaround?