DroidDiagram Programmer's Guide
NodeValidationEvent Constructor (Object, DiagramNode)
See Also
 






Represents methods that will handle node validation events.

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

 Syntax

Java  Copy Code

public NodeValidationEvent (
    Object source,
    DiagramNode node
)

 Parameters

source

The source of the event.

node

A DiagramNode instance.

 See Also

NodeValidationEvent Constructor Overload List
NodeValidationEvent Class
com.mindfusion.diagramming Namespace