Initializes a new instance of the EditNodeTextEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public EditNodeTextEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The DiagramNode related to the event.
The old text of the node.
The new text of the node.
See Also