| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : TimerTick Event |
<C1DescriptionAttribute("Occurs approximately every 200 milliseconds if the EnableTimer property is set to True.")>
Public Event TimerTick As TaskDialogTimerTickEventHandler
Dim instance As C1TaskDialog Dim handler As TaskDialogTimerTickEventHandler AddHandler instance.TimerTick, handler
[C1Description("Occurs approximately every 200 milliseconds if the EnableTimer property is set to True.")]
public event TaskDialogTimerTickEventHandler TimerTick
[C1Description("Occurs approximately every 200 milliseconds if the EnableTimer property is set to True.")]
public:
event TaskDialogTimerTickEventHandler^ TimerTick
The event handler receives an argument of type TaskDialogTimerTickEventArgs containing data related to this event. The following TaskDialogTimerTickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ResetTimer | Gets or sets whether the timer should be reset. |
| Ticks | Gets the number of milliseconds since the dialog was created or since resetting the timer. |
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