C# Class SevenUpdate.Pages.UpdateInfo

Interaction logic for Update_Info.xaml.
ファイルを表示 Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
AddUpdates void
IterateVisualChild void
NavigateToHelpUrl void
NavigateToInfoUrl void
NavigateToMainPage void
SaveUpdateSelection void
SetExpanded void
ShowOrHideUpdate void
UpdateUI void

Public Methods

Method Description
UpdateInfo ( ) : System

Initializes a new instance of the UpdateInfo class.

Private Methods

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

Adds the updates to the list.

IterateVisualChild ( DependencyObject element ) : void

Loops through the ListView and updates the source when the update selection has been saved.

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

Launches the Help Url of the update.

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

Launches the More Information Url of the update.

NavigateToMainPage ( object sender, RoutedEventArgs e ) : void

Navigates back to the Main page.

SaveUpdateSelection ( object sender, RoutedEventArgs e ) : void

Saves the selection of updates and navigates back to the Main page.

SetExpanded ( object sender, RoutedEventArgs e ) : void

Expands the group expander based on the which link was clicked from the main page.

ShowOrHideUpdate ( object sender, RoutedEventArgs e ) : void

Shows or Hides the selected update.

UpdateUI ( object sender, CompositionChangedEventArgs e ) : void

Changes the UI depending on whether Aero Glass is enabled.

Method Details

UpdateInfo() public method

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