Android.Database.CursorWrapper.RegisterContentObserver Method
Register an observer that is called when changes happen to the content backing this cursor.

Syntax

[Android.Runtime.Register("registerContentObserver", "(Landroid/database/ContentObserver;)V", "GetRegisterContentObserver_Landroid_database_ContentObserver_Handler")]
public virtual void RegisterContentObserver (ContentObserver observer)

Parameters

observer
the object that gets notified when the content backing the cursor changes.

Remarks

Register an observer that is called when changes happen to the content backing this cursor. Typically the data set won't change until ICursor.Requery is called.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1