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