| TimerEventArgs Constructor |
Initializes a new instance of the
TimerEventArgs class with the specified tick count.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TimerEventArgs(
int tickCount
)
Public Sub New (
tickCount As Integer
)
public:
TimerEventArgs(
int tickCount
)
new :
tickCount : int -> TimerEventArgs
Parameters
- tickCount
- Type: SystemInt32
The tick count.
See Also