Click or drag to resize
HyperTextEnteredLink Property
Occurs when the pointer has just moved over the hit box for a link on this instance.

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

Property Value

Type: HyperTextHyperlinkEvent
The event occuring when the pointer has just moved onto a link.
Remarks
Touch platforms use a virtual pointer, so tapping and then releasing a link will raise this event, as the virtual pointer is still over the clicked link.
See Also