AbstractCursor.OnChange(Boolean) 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.
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.