EditTextPreference.OnAddEditTextToDialogView(View, EditText) Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the EditText widget of this preference to the dialog's view.
[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);[<Android.Runtime.Register("onAddEditTextToDialogView", "(Landroid/view/View;Landroid/widget/EditText;)V", "GetOnAddEditTextToDialogView_Landroid_view_View_Landroid_widget_EditText_Handler")>]
abstract member OnAddEditTextToDialogView : Android.Views.View * Android.Widget.EditText -> unit
override this.OnAddEditTextToDialogView : Android.Views.View * Android.Widget.EditText -> unitParameters
- dialogView
- View
The dialog view.
- editText
- EditText
- Attributes
Remarks
Adds the EditText widget of this preference to the dialog's view.
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.