ModelBaseNotifyOfChange Method |
Name | Description | |
---|---|---|
NotifyOfChangeT(ExpressionFuncT, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
| |
NotifyOfChangeT(String, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
| |
NotifyOfChangeT(T, T, String, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
|