Occurs when an image has been deleted. It occurs if an image has been deleted while removing parts of a document or if an image has been deleted with the ImageCollection.Remove method. The event handler receives an argument of type ImageEventArgs containing data related to this event.

Syntax

public event ImageEventHandler ImageDeleted;
Public Event ImageDeleted As ImageEventHandler