Search
ShapeEventArgs Constructor (Shape, Int32, String)
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,
    string oldName
)

Visual Basic  Copy Code

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

 Parameters

shapeTemplate

The Shape related to the event.

index

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

oldName

The old DisplayName of the shape.

 See Also