Search
EditLinkTextEventArgs Constructor
See Also
 






Initializes a new instance of the EditLinkTextEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public EditLinkTextEventArgs (
    DiagramLink link,
    string oldText,
    string newText
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    oldText As String, _
    newText As String _
)

 Parameters

link

The link whose text is edited.

oldText

The old value of the link's Text.

newText

The new value of the link's Text.

 See Also