Click or drag to resize

TaskDialogTimer Event

Event raised periodically while the dialog is displayed.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler<TimerEventArgs> Timer

Value

Type: SystemEventHandlerTimerEventArgs
Remarks

This event is raised only when the RaiseTimerEvent property is set to . The event is raised approximately every 200 milliseconds.

To reset the tick count, set the ResetTickCount property to .

See Also