DroidDiagram Programmer's Guide
DiagramPageEvent Constructor
See Also
 






Initializes a new instance of the DiagramPageEvent class.

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

 Syntax

Java  Copy Code

public DiagramPageEvent (
    Object source,
    DiagramPage diagramPage
)

 Parameters

source

The object on which the event initially occurred.

diagramPage

The DiagramPage related to the event.

 See Also

DiagramPageEvent Class
com.mindfusion.diagramming Namespace