Search
EditNodeTextEventArgs.NewText Property
See Also
 





Gets the text that has just been entered by the user.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string NewText { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewText As String

 Property Value

A string specifying the new text of the node.

 See Also