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.
The position of the mouse cursor, in document coordinates.
The zero-based index of the adjustment handle related to the event.
See Also