DroidDiagram Programmer's Guide
EditLinkTextEvent Constructor
See Also
 






Initializes a new instance of the EditLinkTextEvent class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public EditLinkTextEvent (
    Object source,
    DiagramLink link,
    string oldText,
    string newText
)

 Parameters

source

link
The link whose text is edited.
oldText
The old value of the link's label.
newText
The new value of the link's label.

 See Also

EditLinkTextEvent Class
com.mindfusion.diagramming Namespace