C# Class SidebarDiagnostics.Update

Interaction logic for Update.xaml
Inheritance: SidebarDiagnostics.Windows.DPIAwareWindow
Show file Open project: ArcadeRenegade/SidebarDiagnostics

Private Properties

Property Type Description

Public Methods

Method Description
Close ( ) : void
SetProgress ( double percent ) : void
Update ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

Close() public method

public Close ( ) : void
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

SetProgress() public method

public SetProgress ( double percent ) : void
percent double
return void

Update() public method

public Update ( ) : System
return System