DataSetObserver.OnInvalidated Method

Definition

This method is called when the entire data becomes invalid, most likely through a call to Cursor#deactivate() or Cursor#close() on a Cursor.

[Android.Runtime.Register("onInvalidated", "()V", "GetOnInvalidatedHandler")]
public virtual void OnInvalidated ();
[<Android.Runtime.Register("onInvalidated", "()V", "GetOnInvalidatedHandler")>]
abstract member OnInvalidated : unit -> unit
override this.OnInvalidated : unit -> unit
Attributes

Remarks

This method is called when the entire data becomes invalid, most likely through a call to Cursor#deactivate() or Cursor#close() on a Cursor.

Java documentation for android.database.DataSetObserver.onInvalidated().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to