Android.Views.View.OnConfigurationChanged Method
Called when the current configuration of the resources being used by the application have changed.

Syntax

[Android.Runtime.Register("onConfigurationChanged", "(Landroid/content/res/Configuration;)V", "GetOnConfigurationChanged_Landroid_content_res_Configuration_Handler")]
protected virtual void OnConfigurationChanged (Android.Content.Res.Configuration newConfig)

Parameters

newConfig
The new resource configuration.

Remarks

Called when the current configuration of the resources being used by the application have changed. You can use this to decide when to reload resources that can changed based on orientation and other configuration characterstics. You only need to use this if you are not relying on the normal Android.App.Activity mechanism of recreating the activity instance upon a configuration change.

[Android Documentation]

Requirements

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