PropertyChangedEventArgsTOldValue Property |
Gets the old (previous) value of the property.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntaxpublic T OldValue { get; }
Public ReadOnly Property OldValue As T
Get
public:
property T OldValue {
T get ();
}
member OldValue : 'T with get
Property Value
Type:
T
See Also