Raised when the user clicks a shape button.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public event EventHandler<ShapeEventArgs> ShapeClicked |
Visual Basic Copy Code |
---|
Public Event ShapeClicked As EventHandler(Of ShapeEventArgs) |
ShapeClicked event handlers receive an argument of type ShapeEventArgs. The following ShapeEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
A Shape instance corresponding to the clicked button. |