ASP.NET Pack Programmer's Guide
InteractionState Constructor
See Also
 





Initializes a new instance of the InteractionState class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public InteractionState (
    DiagramItem currentItem,
    AdjustmentHandle adjustmentHandle,
    Action action
)

Visual Basic  Copy Code

Public New ( _
    currentItem As DiagramItem, _
    adjustmentHandle As AdjustmentHandle, _
    action As Action _
)

 Parameters

currentItem

The DiagramItem to be created or modified.

adjustmentHandle

The selection handle to be dragged with the mouse, defines what kind of modification to perform.

action

One of the Action enumeration values, specifying what kind of action to perform.

 See Also

InteractionState Class
MindFusion.Diagramming Namespace