Click or drag to resize

PropertyChangedMessageT Constructor (String, T, T)

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public PropertyChangedMessage(
	string propertyName,
	T oldValue,
	T newValue
)

Parameters

propertyName
Type: SystemString
The name of the property that changed.
oldValue
Type: T
The old value of the property.
newValue
Type: T
The new value of the property.
See Also