Search
TextEventArgs.OldText Property
See Also
 





Gets or sets the previous value of the changed text.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string OldText { get; set; }

Visual Basic  Copy Code

Public Property OldText As String

 Property Value

A string value representing the text of the component before the change.

 See Also