Click or drag to resize

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
)

Parameters

tickCount
Type: SystemInt32
The tick count.
See Also