Click or drag to resize

PropertyBindingValueChangedEventArgsT Constructor

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public PropertyBindingValueChangedEventArgs(
	T oldValue,
	T newValue
)

Parameters

oldValue
Type: T
The old value.
newValue
Type: T
The new value.
See Also