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.
A .NET RectangleF object that represents the current selection rectangle.
See Also