Search
LinkValidationEventArgs Constructor (DiagramLink, Rect)
See Also
 





Initializes a new instance of the LinkValidationEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 Microsoft.Maui.Graphics.Rect that represents the current selection rectangle.

 See Also