Initializes a new instance of the DiagramNodeEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNodeEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The node related to the event.
The zero-based index of the node within its containing collection.
See Also