Gets the text that has just been entered by the user.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string NewText { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewText As String |
A string specifying the new text of the cell.
See Also