Bind an existing view to the child data pointed to by cursor
Syntax
[Android.Runtime.Register("bindChildView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetBindChildView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_ZHandler")]
protected override
void BindChildView (
Android.Views.View view,
Android.Content.Context context,
Android.Database.ICursor cursor,
bool isLastChild)
Parameters
- view
- Existing view, returned earlier by newChildView
- 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.
- isLastChild
- Whether the child is the last child within its group.
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1