C1.Win.C1SuperTooltip.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltip Class / LinkClicked Event

LinkClicked Event (C1SuperTooltip)
Syntax
'Declaration
 
Public Event LinkClicked As C1.Win.C1SuperTooltip.C1SuperLabelLinkClickedEventHandler
 
Event Data

The event handler receives an argument of type C1.Win.C1SuperTooltip.C1SuperLabelLinkClickedEventArgs containing data related to this event. The following C1SuperLabelLinkClickedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the button that was clicked on the link.  
Gets the value of the link's HREF attribute.  
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