MindFusion.Wpf Pack Programmer's Guide
ShapeEventArgs Constructor (Shape, Int32)
See Also
 





Initializes a new instance of the ShapeEventArgs class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

ShapeEventArgs Constructor Overload List
ShapeEventArgs Class
MindFusion.Diagramming.Wpf Namespace