ViewModelTrySetValueSilent Method |
| Name | Description | |
|---|---|---|
| TrySetValueSilentTValue(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.
| |
| TrySetValueSilentTValue(TValue, FuncTValue, ValueTupleBoolean, IEnumerableString, TValue, Boolean, Boolean, String) |
Silently sets the value of the referenced property without raising PropertyChanged and executes a validation delegate.
|