Occurs when a shape has been selected. It occurs by using the select all method or changing the TXDrawingCore.Selection.Shapes property . The event handler receives an argument of type ShapeEventArgs containing data related to this event.

Syntax

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