SimpleCursorTreeAdapter.BindChildView(View, Context, ICursor, Boolean) Method

Definition

Bind an existing view to the child data pointed to by cursor

[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);
[<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")>]
override this.BindChildView : Android.Views.View * Android.Content.Context * Android.Database.ICursor * bool -> unit

Parameters

view
View

Existing view, returned earlier by newChildView

context
Context

Interface to application's global information

cursor
ICursor

The cursor from which to get the data. The cursor is already moved to the correct position.

isLastChild
Boolean

Whether the child is the last child within its group.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to