Android.Content.CursorLoader.OnCanceled Method
Called if the task was canceled before it was completed.

Syntax

[Android.Runtime.Register("onCanceled", "(Landroid/database/Cursor;)V", "GetOnCanceled_Landroid_database_Cursor_Handler")]
public virtual void OnCanceled (Android.Database.ICursor cursor)

Parameters

cursor
The value that was returned by CursorLoader.LoadInBackground, or null if the task threw Android.OS.OperationCanceledException.

Remarks

Called if the task was canceled before it was completed. Gives the class a chance to clean up post-cancellation and to properly dispose of the result.

[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