PropertyValueChangeOldValue Property |
The previous version's property value (if there was one).
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic PropertyValue OldValue { get; }
Public ReadOnly Property OldValue As PropertyValue
Get
public:
property PropertyValue^ OldValue {
PropertyValue^ get ();
}
Property Value
Type:
PropertyValue
See Also