Raised when the user selects a shape in the list box.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public event EventHandler<ShapeEventArgs> ShapeSelected |
Visual Basic Copy Code |
---|
Public Event ShapeSelected As EventHandler(Of ShapeEventArgs) |
ShapeSelected event handlers receive an argument of type ShapeEventArgs. The following ShapeEventArgs members provide information relevant to the event.
Member name | Description |
---|---|
Refers to a Shape instance that represents the selected shape. | |
Indicates the shape position within the Items collection of the list box. |