C# Class Presentation.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Christoph/evalution

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

Private Methods

Méthode Description
VerifyPropertyName ( string propertyName ) : void

Method Details

OnPropertyChanged() protected méthode

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The property that has a new value.
Résultat void