Raised when the user clicks a shape button.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ShapeEventArgs> ShapeClicked |
Visual Basic
Copy Code
|
|---|
Public Event ShapeClicked As EventHandler(Of ShapeEventArgs) |
Event DataShapeClicked 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. |
See Also