Occurs when a shape has been selected. It occurs by using the select all method, changing the TXDrawingControl.Selection.Shapes property or selecting shapes manually by the built-in mouse interface . 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