C# Class SQLTrismegiste.AboutBox.AboutControlViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: rudi-bruchez/SQLTrismegiste

Méthodes publiques

Méthode Description
AboutControlViewModel ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Called when a property value has changed.

Private Methods

Méthode Description
Window_Deactivated ( object sender, System e ) : void

Method Details

AboutControlViewModel() public méthode

public AboutControlViewModel ( ) : System
Résultat System

OnPropertyChanged() protected méthode

Called when a property value has changed.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that has changed.
Résultat void