C# Class MM2Randomizer.MainWindowViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: duckfist/MM2Random Class Usage Examples

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Raise event to update bound GUI controls

Method Details

OnPropertyChanged() protected méthode

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