C# Class SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogTickEventArgs

The event data for a TaskDialogTick event.
Inheritance: System.EventArgs
Datei anzeigen Open project: robertbaker/SevenUpdate

Public Methods

Method Description
TaskDialogTickEventArgs ( int ticks ) : System

Initializes a new instance of the TaskDialogTickEventArgs class.

Method Details

TaskDialogTickEventArgs() public method

Initializes a new instance of the TaskDialogTickEventArgs class.
public TaskDialogTickEventArgs ( int ticks ) : System
ticks int The total number of ticks since the control was activated.
return System