C# Class Te.StahpIt.ViewModels.BaseViewModel

The BaseViewModel makes it easy for new view models to inherit the ability to broadcast changes in state.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TechnikEmpire/StahpIt-WPF

Méthodes protégées

Méthode Description
PropertyHasChanged ( string propertyName ) : void

Notify observers that a property within the ViewModel has changed.

Method Details

PropertyHasChanged() protected méthode

Notify observers that a property within the ViewModel has changed.
protected PropertyHasChanged ( string propertyName ) : void
propertyName string /// The property that has been modified. ///
Résultat void