Search
EditLinkTextEventArgs.NewText Property
See Also
 





Gets the new text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string NewText { get; }

Visual Basic  Copy Code

Public ReadOnly Property NewText As String

 Property Value

The new value of the link's Text property.

 See Also