The AreaRemoved event is fired when an Area of the site is removed. The event will be fired after the Area information is successfully saved.
Example:
public class MyCustomPlugin
{
public void AreaRemoved(ServiceContext context, AreaReadOnly area)
{
}
}