BaseViewModel.TrySetValue Method |
Name | Description | |
---|---|---|
![]() | TrySetValue<TValue>(TValue, TValue, String) |
Generic property setter. Sets the value of any property of the extending view model by passing in a the corresponding property backing field. Automatically raises the PropertyChanged event for this property.
|
![]() | TrySetValue<TValue>(TValue, Func<TValue, ValueTuple<Boolean, IEnumerable<String>>>, TValue, String, Boolean, Boolean) |
Sets the value of the referenced property and executes a validation delegate.
|