A validation event that lets you approve or reject changes made to the text of a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<NodeValidationEventArgs> NodeTextEditing |
Visual Basic Copy Code |
---|
Public Event NodeTextEditing As EventHandler(Of NodeValidationEventArgs) |
NodeTextEditing event handlers receive an argument of type NodeValidationEventArgs. The following NodeValidationEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramNode that the user is trying to edit. | |
Set this property to true to prevent the user from editing the node's text. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |