C# Class PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase

Base class that implements INotifyPropertyChanged.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes protégées

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Notifies that the property has changed.

Method Details

NotifyPropertyChanged() protected méthode

Notifies that the property has changed.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
Résultat void