AbstractCursor.OnChange(Boolean) Method

Definition

Subclasses must call this method when they finish committing updates to notify all observers.

[Android.Runtime.Register("onChange", "(Z)V", "GetOnChange_ZHandler")]
protected virtual void OnChange (bool selfChange);
[<Android.Runtime.Register("onChange", "(Z)V", "GetOnChange_ZHandler")>]
abstract member OnChange : bool -> unit
override this.OnChange : bool -> unit

Parameters

selfChange
Boolean

selfChange

Attributes

Remarks

Subclasses must call this method when they finish committing updates to notify all observers.

Java documentation for android.database.AbstractCursor.onChange(boolean).

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