Search
EditLinkTextEventArgs.OldText Property
See Also
 





Gets the text before in-place editing.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string OldText { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldText As String

 Property Value

The original value of the Text property of the edited link.

 See Also