C# Class SkinRandomizer.ViewModels.BaseViewModel

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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void