Raises the LinkTextEditing event to validate entering inplace edit mode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RaiseLinkTextEditing ( |
Visual Basic
Copy Code
|
|---|
Public Function RaiseLinkTextEditing( _ |
The DiagramLink related to the event.
true to let users edit the link's text, or false otherwise.
See Also