Java.Util.Prefs.NodeChangeEvent Class
This is the event class to indicate that one child of the preference node has been added or deleted.

See Also: NodeChangeEvent Members

Syntax

[Android.Runtime.Register("java/util/prefs/NodeChangeEvent", DoNotGenerateAcw=true)]
public class NodeChangeEvent : Java.Util.EventObject

Remarks

This is the event class to indicate that one child of the preference node has been added or deleted.

Please note that although the class is marked as Serializable by inheritance from EventObject, this type is not intended to be serialized so the serialization methods do nothing but throw a NotSerializableException.

See Also

[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