MindFusion.Wpf Pack Programmer's Guide
AnchorPointEventArgs Constructor
See Also
 





Initializes a new instance of the AnchorPointEventArgs class.

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

 Syntax

C#  Copy Code

public AnchorPointEventArgs (
    DiagramLink link,
    int oldAnchorIndex,
    int newAnchorIndex
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    oldAnchorIndex As Integer, _
    newAnchorIndex As Integer _
)

 Parameters

link

The link whose end has been attached to a different anchor point.

oldAnchorIndex

The index of the old anchor point.

newAnchorIndex

The index of the new anchor point.

 See Also

AnchorPointEventArgs Class
MindFusion.Diagramming.Wpf Namespace