C# Класс PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase

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

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

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

Notifies that the property has changed.

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

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

Notifies that the property has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
Результат void