Raises the NodeTextEdited event.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void RaiseNodeTextEdited ( |
Visual Basic
Copy Code
|
|---|
Public Sub RaiseNodeTextEdited( _ |
The DiagramNode related to the event.
The old text of the node.
The new text of the node.
See Also