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
C# Copy Code |
---|
public event EventHandler<TreeItemValidationEventArgs> TreeItemTextEditing |
Visual Basic Copy Code |
---|
Public Event TreeItemTextEditing As EventHandler(Of TreeItemValidationEventArgs) |
TreeItemTextEditing event handlers receive an argument of type TreeItemValidationEventArgs.
DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
AllowInplaceEdit Property
WpfDiagram Programmer's Guide | © 2024 MindFusion |