'Declaration Public Event LinkClicked As C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventHandler
public event C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventHandler LinkClicked
Event Data
The event handler receives an argument of type C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs containing data related to this event. The following C1SuperLabelLinkClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | Gets the button that was clicked on the link. |
HRef | Gets the value of the link's HREF attribute. |
Target | Gets the value of the link's TARGET attribute. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also