Android.Content.Loader.OnContentChanged Method
Called when NoType:android/content/Loader$ForceLoadContentObserver;Href=../../../reference/android/content/Loader.ForceLoadContentObserver.html detects a change.

Syntax

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

Remarks

Called when NoType:android/content/Loader$ForceLoadContentObserver;Href=../../../reference/android/content/Loader.ForceLoadContentObserver.html detects a change. The default implementation checks to see if the loader is currently started; if so, it simply calls Loader.ForceLoad; otherwise, it sets a flag so that Loader.TakeContentChanged returns true.

Must be called from the process's main thread.

[Android Documentation]

Requirements

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