MindFusion.Wpf Pack Programmer's Guide
LinkValidationEventArgs Constructor (DiagramLink, Rect)
See Also
 





Initializes a new instance of the LinkValidationEventArgs class.

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

 Syntax

C#  Copy Code

public LinkValidationEventArgs (
    DiagramLink link,
    Rect selectionRectangle
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    selectionRectangle As Rect _
)

 Parameters

link
The DiagramLink related to the event.
selectionRectangle
A .NET Rect object that represents the current selection rectangle.

 See Also

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