 | 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)
Syntaxpublic int TickCount { get; }
Public ReadOnly Property TickCount As Integer
Get
public:
property int TickCount {
int get ();
}
member TickCount : int with 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