| TimerEventArgsTickCount Property |
Gets the current tick count of the timer.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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
.
See Also