PropertyValueChange(PropertyValue, PropertyValue) Constructor

Constructor. Creates a new instance of this class.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public PropertyValueChange(
	PropertyValue oldValue,
	PropertyValue newValue
)

Parameters

oldValue  PropertyValue
The previous property value, if any.
newValue  PropertyValue
The current value, if any.

See Also