Search
LinkValidationEventArgs Constructor (DiagramLink, RectangleF)
See Also
 





Initializes a new instance of the LinkValidationEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkValidationEventArgs (
    DiagramLink link,
    RectangleF selectionRectangle
)

Visual Basic  Copy Code

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

 Parameters

link

The DiagramLink related to the event.

selectionRectangle

A .NET RectangleF object that represents the current selection rectangle.

 See Also