Occurs when a shape has been flipped. It occurs by using the shape's Flip property. The event handler receives an argument of type ShapeEventArgs containing data related to this event.

Syntax

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