Search
LinkEventArgs Constructor (DiagramLink, Point, Int32)
See Also
 





Initializes a new instance of the LinkEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

The position of the mouse cursor, in document coordinates.

adjustmentHandle

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

 See Also