Click or drag to resize

TimerEventArgs.TickCount Property

Gets the current tick count of the timer.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int TickCount { get; }

Property Value

Type: Int32
The number of milliseconds that has elapsed since the dialog was created or since the last time the event handler returned with the ResetTickCount property set to true.
See Also