Android.Database.DataSetObservable.NotifyChanged Method
Invokes DataSetObserver.OnChanged on each observer.

Syntax

[Android.Runtime.Register("notifyChanged", "()V", "GetNotifyChangedHandler")]
public virtual void NotifyChanged ()

Remarks

Invokes DataSetObserver.OnChanged on each observer. Called when the contents of the data set have changed. The recipient will obtain the new contents the next time it queries the data set.

[Android Documentation]

Requirements

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