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 System.EventHandler<EntitiesEventArgs> ContentUpdatedPublic Event ContentUpdated As System.EventHandler(Of EntitiesEventArgs)