Android.Preferences.Preference.OnBindView Method
Binds the created View to the data for this Preference.

Syntax

[Android.Runtime.Register("onBindView", "(Landroid/view/View;)V", "GetOnBindView_Landroid_view_View_Handler")]
protected virtual void OnBindView (Android.Views.View view)

See Also

Preference.OnCreateView(Android.Views.ViewGroup)

Parameters

view
The View that shows this Preference.

Remarks

Binds the created View to the data for this Preference.

This is a good place to grab references to custom Views in the layout and set properties on them.

Make sure to call through to the superclass's 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