Search
TextEventArgs.NewText Property
See Also
 





Gets or sets the new value of the changed text.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string NewText { get; set; }

Visual Basic  Copy Code

Public Property NewText As String

 Property Value

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

 See Also