MindFusion.Wpf Pack Programmer's Guide
LinkValidationEventArgs Constructor (DiagramLink, Point, Int32, DiagramNode, Int32, Int32)
See Also
 





Initializes a new instance of the LinkValidationEventArgs class.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    mousePosition As Point, _
    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

LinkValidationEventArgs Constructor Overload List
LinkValidationEventArgs Class
MindFusion.Diagramming.Wpf Namespace