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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |