Android.Preferences.EditTextPreference.OnAddEditTextToDialogView Method
Adds the EditText widget of this preference to the dialog's view.

Syntax

[Android.Runtime.Register("onAddEditTextToDialogView", "(Landroid/view/View;Landroid/widget/EditText;)V", "GetOnAddEditTextToDialogView_Landroid_view_View_Landroid_widget_EditText_Handler")]
protected virtual void OnAddEditTextToDialogView (Android.Views.View dialogView, Android.Widget.EditText editText)

Parameters

dialogView
The dialog view.
editText
Documentation for this section has not yet been entered.

Remarks

Adds the EditText widget of this preference to the dialog's view.

[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