PropertyValueChange Constructor |
Constructor. Creates a new instance of this class.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyValueChange(
PropertyValue oldValue,
PropertyValue newValue
)
Public Sub New (
oldValue As PropertyValue,
newValue As PropertyValue
)
public:
PropertyValueChange(
PropertyValue^ oldValue,
PropertyValue^ newValue
)
Parameters
- oldValue
- Type: PropertyValue
The previous property value, if any. - newValue
- Type: PropertyValue
The current value, if any.
See Also