Search
DiagramAdapter.nodeDeleting Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void nodeDeleting (
    NodeValidationEvent e
)

 Parameters

e

 See Also