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