Search
NodeValidationEventArgs Constructor (DiagramNode, Rect)
See Also
 





Initializes a new instance of the NodeValidationEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeValidationEventArgs (
    DiagramNode node,
    Rect selectionRectangle
)

Visual Basic  Copy Code

Public New ( _
    node As DiagramNode, _
    selectionRectangle As Rect _
)

 Parameters

node

The DiagramNode related to the event.

selectionRectangle

A Microsoft.Maui.Graphics.Rect representing the selection rectangle.

 See Also