Android.Widget.CursorAdapter.OnContentChanged Method
Called when the Android.Database.ContentObserver on the cursor receives a change notification.

Syntax

[Android.Runtime.Register("onContentChanged", "()V", "GetOnContentChangedHandler")]
protected virtual void OnContentChanged ()

See Also

Android.Database.ContentObserver.OnChange(bool)

Remarks

Called when the Android.Database.ContentObserver on the cursor receives a change notification. The default implementation provides the auto-requery logic, but may be overridden by sub classes.

[Android Documentation]

Requirements

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