TaskDialogTickEventArgs Constructor

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The data associated with the Tick event.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public TaskDialogTickEventArgs(
	int totalTicks
)
Visual Basic (Declaration)
Public Sub New ( _
	totalTicks As Integer _
)
Visual C++
public:
TaskDialogTickEventArgs(
	int totalTicks
)

Parameters

totalTicks
Type: System..::.Int32
The total number of ticks since the control was activated.

See Also