Occurs when a chart has been deleted. It occurs, when a chart has been deleted with the ChartCollection.Remove method. The event handler receives an argument of type ChartEventArgs containing data related to this event.

Introduced: X8.

Syntax

public event ChartEventHandler ChartDeleted;
Public Event ChartDeleted As ChartEventHandler