MindFusion.Wpf Pack Programmer's Guide
InteractionState Constructor
See Also
 





Initializes a new instance of the InteractionState class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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
An AdjustmentHandle instance that identifies 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.Wpf Namespace
BehaviorBase.StartDraw Method