WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / TaskDialogHyperlinkClickEventHandler Delegate
The source of the event.
A TaskDialogHyperlinkClickEventArgs object that contains the event data.

In This Topic
TaskDialogHyperlinkClickEventHandler Delegate
In This Topic
Represents a method that handles the C1TaskDialog.HyperlinkClick event.
Syntax
'Declaration
 
Public Delegate Sub TaskDialogHyperlinkClickEventHandler( _
   ByVal sender As Object, _
   ByVal e As TaskDialogHyperlinkClickEventArgs _
) 
 

Parameters

sender
The source of the event.
e
A TaskDialogHyperlinkClickEventArgs object that contains the event data.
See Also