Tungsten
![]() |
LockableTValueOnValueChanged Method |
Calls RaiseValueChanged to raise the ValueChanged event
Namespace: W
Assembly: Tungsten.Lockable (in Tungsten.Lockable.dll) Version: 2.0.1

C#
protected virtual void OnValueChanged( Object sender, TValue oldValue, TValue newValue )
Parameters
- sender
- Type: SystemObject
The object initiating the change - oldValue
- Type: TValue
The previous value - newValue
- Type: TValue
The current value
