C# 클래스 SevenUpdate.Pages.UpdateInfo

Interaction logic for Update_Info.xaml.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

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