Property(TValue) Constructor (Action(Object, TValue, TValue))

Tungsten Suite

PropertyTValue Constructor (ActionObject, TValue, TValue)

Initializes a new instance of the PropertyTValue class

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

Parameters

onValueChanged
Type: SystemActionObject, TValue, TValue

[Missing <param name="onValueChanged"/> documentation for "M:W.Property`1.#ctor(System.Action{System.Object,`0,`0})"]

See Also