ContentUpdated Event
This event is fired whenever Content is updated in the model via the UpdateContent 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)