Java.Util.Prefs.PreferenceChangeEvent Class
This is the event class to indicate that a preference has been added, deleted or updated.

See Also: PreferenceChangeEvent Members

Syntax

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

Remarks

This is the event class to indicate that a preference has been added, deleted or updated.

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