Occurs when a shape has been deleted from the TX Drawing Control's shapes collection. It occurs by cutting or using the shape collection's Remove, RemoveAt or Clear method. The event handler receives an argument of type ShapeEventArgs containing data related to this event.

Introduced: X9.

Syntax

public event Drawing.ShapeEventHandler ShapeDeleted;
Public Event ShapeDeleted As Drawing.ShapeEventHandler