C# Class Zetbox.Client.WPF.CustomControls.WindowView

Inheritance: System.Windows.Window
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
WindowView_Loaded void
WindowView_PropertyChanged void

Méthodes publiques

Méthode Description
WindowView ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( System e ) : void
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
WindowView_Loaded ( object sender, RoutedEventArgs e ) : void
WindowView_PropertyChanged ( object sender, System e ) : void

Method Details

OnClosing() protected méthode

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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

WindowView() public méthode

public WindowView ( ) : System
Résultat System