Search
ShapeEventArgs Constructor (Shape)
See Also
 





Initializes a new instance of the ShapeEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeEventArgs (
    Shape shapeTemplate
)

Visual Basic  Copy Code

Public New ( _
    shapeTemplate As Shape _
)

 Parameters

shapeTemplate

The Shape related to the event.

 See Also