Initializes a new instance of the NodeValidationEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public NodeValidationEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The DiagramNode related to the event.
A Microsoft.Maui.Graphics.Rect representing the selection rectangle.
See Also