'Declaration
<C1DescriptionAttribute("C1TaskDialog.TimerTick", "Occurs approximately every 200 milliseconds if the EnableTimer property is set to True.")> Public Event TimerTick As TaskDialogTimerTickEventHandler
[C1Description("C1TaskDialog.TimerTick", "Occurs approximately every 200 milliseconds if the EnableTimer property is set to True.")] public event TaskDialogTimerTickEventHandler TimerTick
Event Data
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. |
See Also