Search
LinkEventArgs Constructor (DiagramLink, Point)
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 position
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    position As Point _
)

 Parameters

link

The DiagramLink related to the event.

position

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

 See Also