PropertyChangedExtendedEventArgsOldValue Property

Gets the property value before the change or MissingProperty if no previous value was stored for the property before the change.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object? OldValue { get; }

Property Value

Object

See Also