Raised when the user edits the text of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EditLinkTextEventArgs> LinkTextEdited |
Visual Basic
Copy Code
|
|---|
Public Event LinkTextEdited As EventHandler(Of EditLinkTextEventArgs) |
Event DataLinkTextEdited event handlers receive an argument of type EditLinkTextEventArgs.
RemarksThe Label event argument identifies the LinkLabel that has been edited. Label is a null reference if the user has edited link's Text value.
See Also