Android.Content.Loader.OnStopLoading Method
Subclasses must implement this to take care of stopping their loader, as per Loader.StopLoading.

Syntax

[Android.Runtime.Register("onStopLoading", "()V", "GetOnStopLoadingHandler")]
protected virtual void OnStopLoading ()

Remarks

Subclasses must implement this to take care of stopping their loader, as per Loader.StopLoading. This is not called by clients directly, but as a result of a call to Loader.StopLoading. This will always 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