Search
DiagramItem.onLoad Method
See Also
 

Called when this item is loaded from a file.

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

 Syntax

Java  Copy Code

protected void onLoad (
    Diagram diagram
)

 Parameters

diagram

The Diagram whose content is being loaded.

 See Also