C# Класс Te.StahpIt.ViewModels.BaseViewModel

The BaseViewModel makes it easy for new view models to inherit the ability to broadcast changes in state.
Наследование: INotifyPropertyChanged
Показать файл Открыть проект

Защищенные методы

Метод Описание
PropertyHasChanged ( string propertyName ) : void

Notify observers that a property within the ViewModel has changed.

Описание методов

PropertyHasChanged() защищенный Метод

Notify observers that a property within the ViewModel has changed.
protected PropertyHasChanged ( string propertyName ) : void
propertyName string /// The property that has been modified. ///
Результат void