IDetailedPropertyChangeTracking..::..GetPreviousValue Method

Gets the previous value for the indicated property.

Namespace:  Tortuga.Anchor.ComponentModel
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


Nullable<Object> GetPreviousValue(
	string propertyName
)
Function GetPreviousValue ( _
	propertyName As String _
) As Nullable(Of Object)

Parameters

propertyName
Type: String
Name of the property.

Return Value

System.Object.