C# Класс SevenUpdate.Pages.UpdateInfo

Interaction logic for Update_Info.xaml.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddUpdates void
IterateVisualChild void
NavigateToHelpUrl void
NavigateToInfoUrl void
NavigateToMainPage void
SaveUpdateSelection void
SetExpanded void
ShowOrHideUpdate void
UpdateUI void

Открытые методы

Метод Описание
UpdateInfo ( ) : System

Initializes a new instance of the UpdateInfo class.

Приватные методы

Метод Описание
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.

Описание методов

UpdateInfo() публичный Метод

Initializes a new instance of the UpdateInfo class.
public UpdateInfo ( ) : System
Результат System