Android.Widget.CursorAdapter.BindView Method
Bind an existing view to the data pointed to by cursor

Syntax

[Android.Runtime.Register("bindView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;)V", "GetBindView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_Handler")]
public abstract void BindView (Android.Views.View view, Android.Content.Context context, Android.Database.ICursor cursor)

Parameters

view
Existing view, returned earlier by newView
context
Interface to application's global information
cursor
The cursor from which to get the data. The cursor is already moved to the correct position.

Remarks

Bind an existing view to the data pointed to by cursor

[Android Documentation]

Requirements

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