Tungsten
![]() |
PropertySlimTValue Constructor (TValue, ActionObject, TValue, TValue) |
Concstruct a new PropertySlim
Namespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2

C#
public PropertySlim( TValue initialValue, Action<Object, TValue, TValue> onValueChanged )
Parameters
- initialValue
- Type: TValue
The initial value - onValueChanged
- Type: SystemActionObject, TValue, TValue
Called when the value is changed
