ContentRemoved Event
This event is fired whenever Content is removed from the model via the RemoveContent method. The event allows all views a chance to refresh their display to represent the new data.
Syntax
public event EventHandler<EntitiesEventArgs> ContentRemovedPublic Event ContentRemoved As EventHandler(Of EntitiesEventArgs)