Summary
Sets the property raising the change event and setting a newer value.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross - Containing Type
- MvxReactiveViewModel
Syntax
public bool SetProperty<T>(ref T storage, T value, string propertyName = null)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| storage | T | |
| value | T | |
| propertyName | string |
Return Value
| Type | Description |
|---|---|
| bool |
