Occurs when shape formatting attributes have been changed. The corresponding attributes are the shape's ShapeFill, ShapeOutline are Type properties. The event handler receives an argument of type ShapeEventArgs containing data related to this event.
public event Drawing.ShapeEventHandler ShapeFormatChanged;
Public Event ShapeFormatChanged As Drawing.ShapeEventHandler