PreferenceChangeEvent.NewValue Property

Definition

Returns the new value for the preference.

public virtual string? NewValue { [Android.Runtime.Register("getNewValue", "()Ljava/lang/String;", "GetGetNewValueHandler")] get; }
[<get: Android.Runtime.Register("getNewValue", "()Ljava/lang/String;", "GetGetNewValueHandler")>]
member this.NewValue : string

Property Value

The new value for the preference, or null if the preference was removed.

Attributes

Remarks

Returns the new value for the preference.

Java documentation for java.util.prefs.PreferenceChangeEvent.getNewValue().

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