Click or drag to resize
HyperTextPressedLink Property
Occurs when the pointer button is first pressed down over a link, or when the pointer re-enters the hit box for that link and the pointer button has not yet been released.

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

Property Value

Type: HyperTextHyperlinkEvent
The event occuring when the pointer button is first pressed down over a link, or when the pointer re-enters the hit box for that link and the pointer button has not yet been released.
See Also