C# Class SharpSpecs.UI.ViewModels.ViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: charlieridley/SharpSpecs

Méthodes protégées

Méthode Description
OnNotifyPropertyChanged ( string propertyName ) : void

Called when the property changes

Method Details

OnNotifyPropertyChanged() protected méthode

Called when the property changes
protected OnNotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
Résultat void