Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RaisePropertyChanged ( string propertyName ) : void |
Raises the PropertyChange event for the property specified
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnPropertyChanged ( string propertyName ) : void |
Raises this object's PropertyChanged event.
|
|
ViewModelBase ( ) : System |
Method | Description | |
---|---|---|
VerifyPropertyName ( string propertyName ) : void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The property that has a new value. |
return | void |
public RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | Property name to update. Is case-sensitive. |
return | void |