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





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

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

 Syntax

C#  Copy Code

public event EventHandler<TreeItemValidationEventArgs> TreeItemTextEditing

Visual Basic  Copy Code

Public Event TreeItemTextEditing As EventHandler(Of TreeItemValidationEventArgs)

 Event Data

TreeItemTextEditing event handlers receive an argument of type TreeItemValidationEventArgs.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
AllowInplaceEdit Property