PropertyChangedExtendedEventArgsOldValue Property
Gets the property value before the change or
MissingProperty if no previous value was stored for the property before the change.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Object? OldValue { get; }
Public ReadOnly Property OldValue As Object
Get
public:
property Object^ OldValue {
Object^ get ();
}
member OldValue : Object with get
Property Value
Object