Lockable(TValue).SetValue Method

Tungsten Suite

LockableTValueSetValue Method

Sets the value and raises the ValueChanged event

Namespace:  W
Assembly:  Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1
Syntax
C#
protected override void SetValue(
	TValue newValue
)

Parameters

newValue
Type: TValue
The new value
See Also