Search
DiagramItem.cancelModify Method
See Also
 

Invoked when the interactive modification of this item has been canceled.

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

 Syntax

Java  Copy Code

protected void cancelModify (
    InteractionState ist
)

 Parameters

ist
An InteractionState object containing more information about the current state of the operation.

 See Also