Search
LinkValidationEventArgs Constructor (DiagramLink, PointF, Int32, DiagramNode, Int32, Int32)
See Also
 





Initializes a new instance of the LinkValidationEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkValidationEventArgs (
    DiagramLink link,
    PointF mousePosition,
    int adjustmentHandle,
    DiagramNode node,
    int anchorIndex,
    int tableRow
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    mousePosition As PointF, _
    adjustmentHandle As Integer, _
    node As DiagramNode, _
    anchorIndex As Integer, _
    tableRow As Integer _
)

 Parameters

link

The DiagramLink related to the event.

mousePosition

The position of the mouse cursor, in document coordinates.

adjustmentHandle

The zero-based index of the control point related to the event.

node

The DiagramNode related to the event.

anchorIndex

The zero-based index of the anchor point related to the event.

tableRow

The zero-based index of the table row related to the event.

 See Also