C# Класс SharpSpecs.UI.ViewModels.ViewModel

Наследование: INotifyPropertyChanged
Показать файл Открыть проект

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

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

Called when the property changes

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

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

Called when the property changes
protected OnNotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
Результат void