Search
NodeValidationEvent.getCancel Method
See Also
 

Gets a value indicating whether to cancel the current operation.

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

 Syntax

Java  Copy Code

public boolean getCancel ()

 Return Value

true to cancel the operation; false to approve it.

 See Also