C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / ToolTipLinkClickedEventHandler Delegate
Object that fired the event.
ToolTipLinkClickedEventArgs object that contains the event data.

In This Topic
ToolTipLinkClickedEventHandler Delegate
In This Topic
Represents the method that will handle the ToolTipLinkClicked event.
Syntax
'Declaration
 
Public Delegate Sub ToolTipLinkClickedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ToolTipLinkClickedEventArgs _
) 
 

Parameters

sender
Object that fired the event.
e
ToolTipLinkClickedEventArgs object that contains the event data.
See Also