C# Class Presentation.ViewModelBase

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: Christoph/evalution

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises this object's PropertyChanged event.

Private Methods

Method Description
VerifyPropertyName ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The property that has a new value.
return void