Tungsten
![]() |
PropertyBaseTOwner, TValueOnValueChanged Method |
Calls RaiseValueChanged to raise the ValueChanged event
Namespace: W
Assembly: Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2

C#
protected override void OnValueChanged( Object sender, TValue oldValue, TValue newValue )
Parameters
- sender
- Type: SystemObject
The property owner - oldValue
- Type: TValue
The previous value - newValue
- Type: TValue
The current value
