Android.Database.DataSetObserver.OnInvalidated Method
This method is called when the entire data becomes invalid, most likely through a call to ICursor.Deactivate or ICursor.Close on a Android.Database.ICursor.

Syntax

[Android.Runtime.Register("onInvalidated", "()V", "GetOnInvalidatedHandler")]
public virtual void OnInvalidated ()

Remarks

This method is called when the entire data becomes invalid, most likely through a call to ICursor.Deactivate or ICursor.Close 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