Android.Database.DataSetObserver.OnChanged Method
This method is called when the entire data set has changed, most likely through a call to ICursor.Requery on a Android.Database.ICursor.

Syntax

[Android.Runtime.Register("onChanged", "()V", "GetOnChangedHandler")]
public virtual void OnChanged ()

Remarks

This method is called when the entire data set has changed, most likely through a call to ICursor.Requery on a Android.Database.ICursor.

[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