Occurs when a shape has been flipped. It occurs by using the shape's Flip property or sizing a shape manually by mouse in so far as the shape is flipped horizontally or vertically. 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