C# Класс SevenUpdate.Windows.About

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

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

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

Initializes a new instance of the About class.

ChangeWindowChrome ( object sender, CompositionChangedEventArgs e ) : void

Changes the Window Background when Aero Glass is enabled or disabled.

CloseWindow ( object sender, RoutedEventArgs e ) : void

Closes the About window.

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

Enables the ability to drag the window on glass.

NavigateToUri ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

Opens a browser and navigates to the Uri.

Защищенные методы

Метод Описание
OnSourceInitialized ( EventArgs e ) : void

Enables Aero Glass on the Window.

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

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

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

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

Changes the Window Background when Aero Glass is enabled or disabled.
public ChangeWindowChrome ( object sender, CompositionChangedEventArgs e ) : void
sender object The object that called the event.
e SevenSoftware.Windows.CompositionChangedEventArgs The CompositionChangedEventArgs instance containing the event data.
Результат void

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

Closes the About window.
public CloseWindow ( object sender, RoutedEventArgs e ) : void
sender object The object that called the event.
e System.Windows.RoutedEventArgs The System.Windows.RoutedEventArgs instance containing the event data.
Результат void

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

Enables the ability to drag the window on glass.
public EnableDragOnGlass ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object The object that called the event.
e System.Windows.Input.MouseButtonEventArgs The System.Windows.Input.MouseButtonEventArgs instance containing the event data.
Результат void

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

Opens a browser and navigates to the Uri.
public NavigateToUri ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
sender object The object that called the event.
e System.Windows.Navigation.RequestNavigateEventArgs The System.Windows.Navigation.RequestNavigateEventArgs instance containing the event data.
Результат void

OnSourceInitialized() защищенный Метод

Enables Aero Glass on the Window.
protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs The EventArgs instance containing the event data.
Результат void