PropertyBase(TOwner, TValue).LoadValue Method

Tungsten Suite

PropertyBaseTOwner, TValueLoadValue Method

Sets Value without raising notification events

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public void LoadValue(
	TValue value
)

Parameters

value
Type: TValue

[Missing <param name="value"/> documentation for "M:W.PropertyBase`2.LoadValue(`1)"]

See Also