C# Class SevenUpdate.Pages.RestoreUpdates

Interaction logic for Update_History.xaml.
Datei anzeigen Open project: robertbaker/SevenUpdate

Public Methods

Method Description
RestoreUpdates ( ) : System

Initializes a new instance of the RestoreUpdates class.

Private Methods

Method Description
GetHiddenUpdates ( object sender, RoutedEventArgs e ) : void

Gets the hidden updates and loads them in the ListView.

NavigateToMainPage ( object sender, RoutedEventArgs e ) : void

Goes back to the Main page.

RestoreUpdate ( object sender, RoutedEventArgs e ) : void

Un hides one or more updates and navigates to the Main page.

RestrictColumn ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

Limit the size of the GridViewColumn when it's being resized.

ShowDetails ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Shows the selected update details.

ShowDetailsDialog ( object sender, RoutedEventArgs e ) : void

Shows the selected update details.

UpdateUI ( object sender, CompositionChangedEventArgs e ) : void

Changes the UI depending on whether Aero Glass is enabled.

UpdateUIOnUpdateSelection ( object sender, RoutedEventArgs e ) : void

Updates the UI when an update check box is clicked.

Method Details

RestoreUpdates() public method

Initializes a new instance of the RestoreUpdates class.
public RestoreUpdates ( ) : System
return System