Click or drag to resize
HyperTextExitedLink Property
Occurs when the pointer has just moved off 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 ExitedLink { get; }

Property Value

Type: HyperTextHyperlinkEvent
The event occuring when the pointer has just moved off a link.
See Also