Android.Preferences.PreferenceActivity.OnPreferenceStartFragment Method
Called when the user has clicked on a Preference that has a fragment class name associated with it.

Syntax

[Android.Runtime.Register("onPreferenceStartFragment", "(Landroid/preference/PreferenceFragment;Landroid/preference/Preference;)Z", "GetOnPreferenceStartFragment_Landroid_preference_PreferenceFragment_Landroid_preference_Preference_Handler")]
public virtual bool OnPreferenceStartFragment (PreferenceFragment caller, Preference pref)

Parameters

caller
Documentation for this section has not yet been entered.
pref
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Called when the user has clicked on a Preference that has a fragment class name associated with it. The implementation to should instantiate and switch to an instance of the given fragment.

[Android Documentation]

Requirements

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