ViewModel.TrySetValueSilent Method |
Name | Description | |
---|---|---|
![]() | TrySetValueSilent<TValue>(TValue, TValue, String) |
Generic property setter. Silently sets the value of any property of the extending view model by passing in a the corresponding property backing field. Suppresses a PropertyChanged event for this property.
|
![]() | TrySetValueSilent<TValue>(TValue, Func<TValue, ValueTuple<Boolean, IEnumerable<String>>>, TValue, Boolean, Boolean, String) |
Silently sets the value of the referenced property without raising PropertyChanged and executes a validation delegate.
|