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

Tungsten Suite

PropertySlimTValue Constructor (ActionObject, TValue, TValue)

Concstruct a new PropertySlim

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public PropertySlim(
	Action<Object, TValue, TValue> onValueChanged
)

Parameters

onValueChanged
Type: SystemActionObject, TValue, TValue
Called when the value is changed
See Also