Android.Preferences.DialogPreference.OnBindDialogView Method
Binds views in the content View of the dialog to data.

Syntax

[Android.Runtime.Register("onBindDialogView", "(Landroid/view/View;)V", "GetOnBindDialogView_Landroid_view_View_Handler")]
protected virtual void OnBindDialogView (Android.Views.View view)

Parameters

view
The content View of the dialog, if it is custom.

Remarks

Binds views in the content View of the dialog to data.

Make sure to call through to the superclass implementation.

[Android Documentation]

Requirements

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