MindFusion.Wpf Pack Programmer's Guide
NodeValidationEventArgs Constructor (DiagramNode, Rect)
See Also
 





Initializes a new instance of the NodeValidationEventArgs class.

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

 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 .NET Rect object representing the selection reactangle.

 See Also

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