Search
DiagramItem.AllowDrag Method
See Also
 






Invoked to validate the drag operation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual bool AllowDrag (
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overridable Function AllowDrag( _
    ist As InteractionState _
) As Boolean

 Parameters

ist

An InteractionState object.

 Return Value

true if the drag operation can be executed, otherwise false.

 See Also