PropertySlim(TValue) Constructor (TValue, Action(Object, TValue, TValue))

Tungsten Suite

PropertySlimTValue Constructor (TValue, ActionObject, TValue, TValue)

Concstruct a new PropertySlim

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
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
See Also