C# 클래스 Update.GUI.ProgressView

Interaction logic for ProgressView.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: fusetools/Squirrel.Windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Progress Progress

공개 메소드들

메소드 설명
CancelClicked ( object sender, RoutedEventArgs e ) : void
OnProgress ( InstallerProgress installerProgress ) : void
ProgressView ( ) : System
UpdateCommand ( string command ) : void

메소드 상세

CancelClicked() 공개 메소드

public CancelClicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

OnProgress() 공개 메소드

public OnProgress ( InstallerProgress installerProgress ) : void
installerProgress InstallerProgress
리턴 void

ProgressView() 공개 메소드

public ProgressView ( ) : System
리턴 System

UpdateCommand() 공개 메소드

public UpdateCommand ( string command ) : void
command string
리턴 void

프로퍼티 상세

Progress 공개적으로 프로퍼티

public Progress Progress
리턴 Progress