Click or drag to resize
HyperTextReleasedLink Property
Occurs when the pointer button is released after first being held down over a link, or when the pointer exits the hit box for that link.

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

Property Value

Type: HyperTextHyperlinkEvent
The event occuring when the pointer button is released after first being held down over a link, or when the pointer exits the hit box for that link.
See Also