C# Class MetroTrilithon.Mvvm.Notifier

プロパティ変更通知をサポートします。
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Grabacr07/MetroTrilithon

Méthodes protégées

Méthode Description
RaisePropertyChanged ( [ propertyName = null ) : void

INotifyPropertyChanged.PropertyChanged イベントを発生させます。

Method Details

RaisePropertyChanged() protected méthode

INotifyPropertyChanged.PropertyChanged イベントを発生させます。
protected RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void