Click or drag to resize

PropertyChangedEventArgsT Constructor

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

Parameters

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