Search
ShapeEventArgs Constructor (Shape, Int32)
See Also
 





Initializes a new instance of the ShapeEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeEventArgs (
    Shape shapeTemplate,
    int index
)

Visual Basic  Copy Code

Public New ( _
    shapeTemplate As Shape, _
    index As Integer _
)

 Parameters

shapeTemplate

The Shape related to the event.

index

The zero-based index of the shape within its containing collection.

 See Also