Android.App.Fragment.OnViewStateRestored Method
Called when all saved state has been restored into the view hierarchy of the fragment.

Syntax

[Android.Runtime.Register("onViewStateRestored", "(Landroid/os/Bundle;)V", "GetOnViewStateRestored_Landroid_os_Bundle_Handler")]
public virtual void OnViewStateRestored (Android.OS.Bundle savedInstanceState)

Parameters

savedInstanceState
If the fragment is being re-created from a previous saved state, this is the state.

Remarks

Called when all saved state has been restored into the view hierarchy of the fragment. This can be used to do initialization based on saved state that you are letting the view hierarchy track itself, such as whether check box widgets are currently checked. This is called after Fragment.OnActivityCreated(Android.OS.Bundle) and before Fragment.OnStart.

[Android Documentation]

Requirements

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