Click or drag to resize
HyperTextClickedLink Property
Occurs when a link on this instance has been clicked (i.e., the pointer button was held down and has just been released over a link).

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public HyperTextHyperlinkEvent ClickedLink { get; }

Property Value

Type: HyperTextHyperlinkEvent
The event occuring when a link has been clicked.
See Also