Tungsten
![]() |
LockableTValueRaiseValueChanged Method |
Raises the ValueChanged event
Namespace: W
Assembly: Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1

C#
protected void RaiseValueChanged( Object sender, TValue oldValue, TValue newValue )
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:W.Lockable`1.RaiseValueChanged(System.Object,`0,`0)"]
- oldValue
- Type: TValue
The previous value - newValue
- Type: TValue
The current value
