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





Initializes a new instance of the LinkEventArgs class.

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

 Syntax

C#  Copy Code

public LinkEventArgs (
    DiagramLink link,
    Point mousePosition,
    int adjustmentHandle
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    mousePosition As Point, _
    adjustmentHandle As Integer _
)

 Parameters

link
The DiagramLink related to the event.
mousePosition
A Point specifying location of the mouse pointer.
adjustmentHandle
An integer index of the control point modified by the user.

 See Also

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