PropertyChangeEvent.OldValue Property

Definition

Gets the old value for the property, expressed as an Object.

public virtual Java.Lang.Object? OldValue { [Android.Runtime.Register("getOldValue", "()Ljava/lang/Object;", "GetGetOldValueHandler")] get; }
[<get: Android.Runtime.Register("getOldValue", "()Ljava/lang/Object;", "GetGetOldValueHandler")>]
member this.OldValue : Java.Lang.Object

Property Value

The old value for the property, expressed as an Object. May be null if multiple properties have changed.

Attributes

Remarks

Gets the old value for the property, expressed as an Object.

Java documentation for java.beans.PropertyChangeEvent.getOldValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to