C# Class SevenUpdate.Pages.UpdateHistory

Interaction logic for UpdateHistory.xaml.
ファイルを表示 Open project: robertbaker/SevenUpdate

Public Methods

Method Description
UpdateHistory ( ) : System.Collections.ObjectModel

Initializes a new instance of the UpdateHistory class.

Private Methods

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

Gets the update history and loads it to the listView.

NavigateToMainPage ( object sender, RoutedEventArgs e ) : void

Goes back to the Main page.

RefreshDataView ( object sender, NotifyCollectionChangedEventArgs e ) : void

Updates the CollectionView when the collection changes.

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.

Method Details

UpdateHistory() public method

Initializes a new instance of the UpdateHistory class.
public UpdateHistory ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel