Initializes a new instance of the EditLinkTextEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public EditLinkTextEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The link whose text is edited.
The old value of the link's Text.
The new value of the link's Text.
See Also