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