Search
LinkEvent.getLabel Method
See Also
 

Gets a LinkLabel related to this event.

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

 Syntax

Java  Copy Code

public LinkLabel getLabel ()

 Return Value

A LinkLabel instance.

 Remarks

At this time, label is reported by click and text edit events.

 See Also