Raises the NodeTextEditing event to validate entering inplace edit mode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RaiseNodeTextEditing ( |
Visual Basic
Copy Code
|
|---|
Public Function RaiseNodeTextEditing( _ |
The DiagramNode related to the event.
The NodeLabel related to the event.
true if the in-place editing operation has been confirmed, or false otherwise.
See Also