Search
InteractionState.Cancel Method
See Also
 






Cancels the user interaction.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Cancel (
    Diagram diagram
)

Visual Basic  Copy Code

Public Sub Cancel( _
    diagram As Diagram _
)

 Parameters

diagram

The Diagram, at which the action is performed.

 Remarks

Call this method to cancel interaction, usually in response to the user clicking the right mouse button while dragging.

 See Also