Search
ShapeNode.CancelModify Method
See Also
 





DiagramNode.CancelModify override. Invoked when the interactive modification of this object has been canceled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void CancelModify (
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub CancelModify( _
    ist As InteractionState _
)

 Parameters

ist

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

 See Also