Hi. I have a silverlight 4 ria app, and I'd like to fire an event after entities have been submitted to the database. I thought that I could use the dataclassescontext methods like
OnCreated() OnIdChanged()
but they are called before submitted, and I only want to fire the event once a new entity is added to the db, and once an id change has been submitted.