DroidDiagram Programmer's Guide
ShapeEvent Constructor (Object, Shape, int, String)
See Also
 






Initializes a new ShapeEvent instance.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ShapeEvent (
    Object source,
    Shape shape,
    int index,
    String oldName
)

 Parameters

source

The source of the event.

shape

The Shape related to the event.

index

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

oldName

The old identifier of the shape.

 See Also

ShapeEvent Constructor Overload List
ShapeEvent Class
com.mindfusion.diagramming Namespace