DroidDiagram Programmer's Guide
ContainerChildEvent Constructor
See Also
 






Represents methods that will handle containerChildAdded, containerChildRemoved events.

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

 Syntax

Java  Copy Code

public ContainerChildEvent (
    Object source,
    ContainerNode container,
    DiagramNode node
)

 Parameters

source

The source of the event.

container

A ContainerChildEvent that contains the event data.

node

A DiagramNode instance

 See Also

ContainerChildEvent Class
com.mindfusion.diagramming Namespace