DataSetObserver.OnChanged Method

Definition

This method is called when the entire data set has changed, most likely through a call to Cursor#requery() on a Cursor.

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

Remarks

This method is called when the entire data set has changed, most likely through a call to Cursor#requery() on a Cursor.

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

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