C# Class SkinRandomizer.ViewModels.BaseViewModel

the base class of the viewmodel, just knows how to trigger the propertychanged event in binding
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: realTobby/OsuSkinRandomizer

Méthodes protégées

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

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void