C# Class Update.GUI.ProgressView

Interaction logic for ProgressView.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: fusetools/Squirrel.Windows Class Usage Examples

Public Properties

Property Type Description
Progress Progress

Public Methods

Method Description
CancelClicked ( object sender, RoutedEventArgs e ) : void
OnProgress ( InstallerProgress installerProgress ) : void
ProgressView ( ) : System
UpdateCommand ( string command ) : void

Method Details

CancelClicked() public method

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

OnProgress() public method

public OnProgress ( InstallerProgress installerProgress ) : void
installerProgress InstallerProgress
return void

ProgressView() public method

public ProgressView ( ) : System
return System

UpdateCommand() public method

public UpdateCommand ( string command ) : void
command string
return void

Property Details

Progress public_oe property

public Progress Progress
return Progress