ContentAdded Event
This event is fired whenever additional Content is added to the model via the AddContent method. The event allows all views a chance to refresh their display to represent the new data.
Syntax
public event EventHandler<EntitiesEventArgs> ContentAddedPublic Event ContentAdded As EventHandler(Of EntitiesEventArgs)