Android.Content.Loader.OnCancelLoad Method
Subclasses must implement this to take care of requests to Loader.CancelLoad.

Syntax

[Android.Runtime.Register("onCancelLoad", "()Z", "GetOnCancelLoadHandler")]
protected virtual bool OnCancelLoad ()

Returns

Documentation for this section has not yet been entered.

Remarks

Subclasses must implement this to take care of requests to Loader.CancelLoad. 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 16