C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabelLinkClickedEventHandler Delegate
Object that fired the event.
System.Windows.Forms.LinkClickedEventArgs object that contains the event data.

In This Topic
C1SuperLabelLinkClickedEventHandler Delegate
In This Topic
Represents the method that will handle the LinkClicked event.
Syntax
'Declaration
 
Public Delegate Sub C1SuperLabelLinkClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As C1SuperLabelLinkClickedEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
System.Windows.Forms.LinkClickedEventArgs object that contains the event data.
See Also