 | HyperTextEnteredLink Property |
Occurs when the pointer has just moved over the hit box for a link on this instance.
Namespace: Candlelight.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic HyperTextHyperlinkEvent EnteredLink { get; }Property Value
Type:
HyperTextHyperlinkEventThe 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