C# Class PhotoSharingApp.Universal.ComponentModel.ObservableObjectBase

Base class that implements INotifyPropertyChanged.
Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Notifies that the property has changed.

Method Details

NotifyPropertyChanged() protected method

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