ContentUpdated Event
This event is fired when Entities managed by this model is updated via the Update method. The event allows all views a chance to refresh their display to represent the new data.
Syntax
public event EventHandler<EntitiesEventArgs> ContentUpdatedPublic Event ContentUpdated As EventHandler(Of EntitiesEventArgs)