Android.Preferences.Preference.OnPrepareForRemoval Method
Called when this Preference is being removed from the hierarchy.

Syntax

[Android.Runtime.Register("onPrepareForRemoval", "()V", "GetOnPrepareForRemovalHandler")]
protected virtual void OnPrepareForRemoval ()

Remarks

Called when this Preference is being removed from the hierarchy. You should remove any references to this Preference that you know about. Make sure to call through to the superclass 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