MindFusion.Wpf Pack Programmer's Guide
DiagramBase.NodeTextEditing Event
See Also
 





A validation event that lets you approve or reject changes made to the text of a node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<NodeValidationEventArgs> NodeTextEditing

Visual Basic  Copy Code

Public Event NodeTextEditing As EventHandler(Of NodeValidationEventArgs)

 Event Data

NodeTextEditing event handlers receive an argument of type NodeValidationEventArgs. The following NodeValidationEventArgs members provide information relevant to the event:

Member name

Description

Node

The DiagramNode that the user is trying to edit.

Cancel

Set this property to true to prevent the user from editing the node's text.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
NodeTextEdited Event