DataSetObserver.OnChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.