MindFusion.Wpf Pack Programmer's Guide
EditCellTextEventArgs.OldText Property
See Also
 





Gets the text that had been displayed in the cell before the user edited it.

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

 Syntax

C#  Copy Code

public string OldText { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldText As String

 Property Value

A string specifying the old text of the cell.

 See Also

EditCellTextEventArgs Members
EditCellTextEventArgs Class
MindFusion.Diagramming.Wpf Namespace