SetValueWithoutNotify
SetValueWithoutNotify(ref T)
Description
Set the value without notification.
Parameters
Parameter Name | Description |
---|---|
value | Value |
Returns
Returns true if it can be set. Otherwise returns false.
SetValueWithoutNotify(object)
Description
Set the value without notification.
Parameters
Parameter Name | Description |
---|---|
value | Value |
Returns
Returns true if it can be set. Otherwise returns false.
SetValueWithoutNotify(IValueGetter)
Description
Set the value without notification.
Parameters
Parameter Name | Description |
---|---|
valueGetter | Source of value |
Returns
Returns true if it can be set. Otherwise returns false.