Initializes a new instance of the LinkValidationEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public LinkValidationEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The DiagramLink related to the event.
The location related to the event, in document coordinates.
The zero-based index of the control point related to the event.
The DiagramNode related to the event.
The zero-based index of the anchor point related to the event.
The zero-based index of the table row related to the event.
See Also