C# Class Host.AppView

Interaction logic for AppView.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
AppView ( ) : System

Méthodes protégées

Méthode Description
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

Method Details

AppView() public méthode

public AppView ( ) : System
Résultat System

OnActivated() protected méthode

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
Résultat void

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void