Méthode | Description | |
---|---|---|
BaseViewModel ( |
||
RaisePropertyChanged ( ) : void |
Méthode | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Raises the INotifyPropertyChanged.PropertyChanged event.
|
public BaseViewModel ( |
||
ownerViewModel | ||
Résultat | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that changed. |
Résultat | void |