Java.Util.Prefs.AbstractPreferences.NewNode Property
This field is true if this node is created while it doesn't exist in the backing store.

Syntax

[Android.Runtime.Register("newNode")]
protected bool NewNode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This field is true if this node is created while it doesn't exist in the backing store. This field's default value is false, and it is checked when the node creation is completed, and if it is true, the node change event will be fired for this node's parent.

[Android Documentation]

Requirements

Namespace: Java.Util.Prefs
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1