C# Class MM2Randomizer.MainWindowViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: duckfist/MM2Random Class Usage Examples

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Raise event to update bound GUI controls

Method Details

OnPropertyChanged() protected method

Raise event to update bound GUI controls
protected OnPropertyChanged ( string name ) : void
name string Name of updated property.
return void