Search
ShapeToolBar.ShapeClicked Event
See Also
 





Raised when the user clicks a shape button.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public event EventHandler<ShapeEventArgs> ShapeClicked

Visual Basic  Copy Code

Public Event ShapeClicked As EventHandler(Of ShapeEventArgs)

 Event Data

ShapeClicked event handlers receive an argument of type ShapeEventArgs. The following ShapeEventArgs members provide information relevant to the event:

Member name

Description

Shape

A Shape instance corresponding to the clicked button.

 See Also