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

In This Topic
TaskDialogTimerTickEventHandler Delegate
In This Topic
Represents a method that handles the TimerTick event.
Syntax
'Declaration
 
Public Delegate Sub TaskDialogTimerTickEventHandler( _
   ByVal sender As Object, _
   ByVal e As TaskDialogTimerTickEventArgs _
) 
 

Parameters

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