C# Class WhiteMvvm.Utilities.NotifiedObject

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: AbuMandour/WhiteMvvm

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Fire to update property

Method Details

OnPropertyChanged() protected méthode

Fire to update property
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void