C# Class SEToolbox.ViewModels.BaseViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
BaseViewModel ( BaseViewModel ownerViewModel ) : System
RaisePropertyChanged ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises the INotifyPropertyChanged.PropertyChanged event.

Method Details

BaseViewModel() public méthode

public BaseViewModel ( BaseViewModel ownerViewModel ) : System
ownerViewModel BaseViewModel
Résultat System

OnPropertyChanged() protected méthode

Raises the INotifyPropertyChanged.PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that changed.
Résultat void

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( ) : void
Résultat void