Raised when the user starts to edit the text of a tree view item.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get treeItemTextEditing() {} |
String
A string containing the event name.
RemarksEvent handlers receive a TreeItemEventArgs instance as argument.
See Also