DroidDiagram Programmer's Guide
ItemEvent Constructor
See Also
 






Initializes a new ItemEvent instance.

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

 Syntax

Java  Copy Code

public ItemEvent (
    Object source,
    DiagramItem item
)

 Parameters

source

The sender of this event.

item

The DiagramItem related to the event.

 See Also

ItemEvent Class
com.mindfusion.diagramming Namespace