Search
Diagram.RaiseLinkTextEdited Method (DiagramLink, String, String)
See Also
 






Raises the LinkTextEdited event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void RaiseLinkTextEdited (
    DiagramLink link,
    string oldText,
    string newText
)

Visual Basic  Copy Code

Public Sub RaiseLinkTextEdited( _
    link As DiagramLink, _
    oldText As String, _
    newText As String _
)

 Parameters

link

The DiagramLink related to the event.

oldText

The old text of the link.

newText

The new text of the link.

 See Also