Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SkinRandomizer
ViewModels
BaseViewModel
C# Class SkinRandomizer.ViewModels.BaseViewModel
the base class of the viewmodel, just knows how to trigger the propertychanged event in binding
Inheritance:
INotifyPropertyChanged
ファイルを表示
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