TaskDialogTimerTickEventArgs Constructor
In This Topic
Initializes a new instance of the
TaskDialogTimerTickEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
public TaskDialogTimerTickEventArgs(
int
)
Parameters
- ticks
See Also