NodeChangeEvent.Parent Property

Definition

Returns the parent of the node that was added or removed.

public virtual Java.Util.Prefs.Preferences? Parent { [Android.Runtime.Register("getParent", "()Ljava/util/prefs/Preferences;", "GetGetParentHandler")] get; }
[<get: Android.Runtime.Register("getParent", "()Ljava/util/prefs/Preferences;", "GetGetParentHandler")>]
member this.Parent : Java.Util.Prefs.Preferences

Property Value

The parent Preferences node whose child was added or removed

Attributes

Remarks

Returns the parent of the node that was added or removed.

Java documentation for java.util.prefs.NodeChangeEvent.getParent().

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