Search
ContainerNode.StartDrag Method
See Also
 






DiagramItem.StartDrag override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void StartDrag (
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub StartDrag( _
    ist As InteractionState _
)

 Parameters

ist

The InteractionState object associated with this interactive modification.

 See Also