Search
DiagramAdapter.nodeSelecting Method
See Also
 

Raised when the user tries to select a node, this event lets you cancel the operation.

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

 Syntax

Java  Copy Code

public void nodeSelecting (
    NodeValidationEvent e
)

 Parameters

e

 See Also