ModelBase.NotifyOfChange Method |
Name | Description | |
---|---|---|
![]() ![]() | NotifyOfChange<T>(Expression<Func<T>>, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
|
![]() ![]() | NotifyOfChange<T>(String, T, T, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
|
![]() ![]() | NotifyOfChange<T>(T, T, String, Action) |
Updates a property directly by comparing values and then firing its
OnPropertyChanged event if necessary.
|