A validation event that lets you approve or reject changes made to the text of a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NodeValidationEventArgs> NodeTextEditing |
Visual Basic
Copy Code
|
|---|
Public Event NodeTextEditing As EventHandler(Of NodeValidationEventArgs) |
Event DataNodeTextEditing event handlers receive an argument of type NodeValidationEventArgs.
See Also