ASP.NET Pack Programmer's Guide
NodeValidationEventArgs Constructor (DiagramNode, RectangleF)
See Also
 





Initializes a new instance of the NodeValidationEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeValidationEventArgs (
    DiagramNode node,
    RectangleF selectionRectangle
)

Visual Basic  Copy Code

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

 Parameters

node

The DiagramNode related to the event.

selectionRectangle

A .NET RectangeF object representing the selection rectangle.

 See Also

NodeValidationEventArgs Constructor Overload List
NodeValidationEventArgs Class
MindFusion.Diagramming Namespace