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





Initializes a new instance of the LinkEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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