PropertyBase(TOwner, TValue) Constructor (Action(Object, TValue, TValue))

Tungsten Suite

PropertyBaseTOwner, TValue Constructor (ActionObject, TValue, TValue)

Initializes a new instance of the PropertyBaseTOwner, TValue class

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

Parameters

onValueChanged
Type: SystemActionObject, TValue, TValue

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

See Also