Android.Content.Loader.OnReset Method
Subclasses must implement this to take care of resetting their loader, as per Loader.Reset.

Syntax

[Android.Runtime.Register("onReset", "()V", "GetOnResetHandler")]
protected virtual void OnReset ()

Remarks

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