Android.Preferences.Preference.OnAttachedToHierarchy Method
Called when this Preference has been attached to a Preference hierarchy.

Syntax

[Android.Runtime.Register("onAttachedToHierarchy", "(Landroid/preference/PreferenceManager;)V", "GetOnAttachedToHierarchy_Landroid_preference_PreferenceManager_Handler")]
protected virtual void OnAttachedToHierarchy (PreferenceManager preferenceManager)

Parameters

preferenceManager
The PreferenceManager of the hierarchy.

Remarks

Called when this Preference has been attached to a Preference hierarchy. Make sure to call the super 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