C# Class Netsy.UI.ViewModels.BaseViewModel

Base class for view models - provides depenency property functionality
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Notify that a property has changed

Method Details

OnPropertyChanged() protected méthode

Notify that a property has changed
protected OnPropertyChanged ( string propertyName ) : void
propertyName string the name of the changed property
Résultat void