C# Класс Host.AppView

Interaction logic for AppView.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект

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

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

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

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

Used to launch WPF UI Thread when the window goes from the minimized state to the normal state, on XP. Without that, half the window remains black until it is resized.

OnClosing ( System e ) : void

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

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

public AppView ( ) : System
Результат System

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

Used to launch WPF UI Thread when the window goes from the minimized state to the normal state, on XP. Without that, half the window remains black until it is resized.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Результат void

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

protected OnClosing ( System e ) : void
e System
Результат void