Search
DiagramAdapter.itemRemoved Method
See Also
 

Raised when an item is removed from the diagram, either programmatically or interactively.

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

 Syntax

Java  Copy Code

public void itemRemoved (
    ItemEvent e
)

 Parameters

e

 See Also