C# 클래스 SevenSoftware.Windows.Dialogs.TaskDialog.TaskDialogTickEventArgs

The event data for a TaskDialogTick event.
상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 메소드들

메소드 설명
TaskDialogTickEventArgs ( int ticks ) : System

Initializes a new instance of the TaskDialogTickEventArgs class.

메소드 상세

TaskDialogTickEventArgs() 공개 메소드

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.
리턴 System