Android.Views.View.DispatchConfigurationChanged Method
Dispatch a notification about a resource configuration change down the view hierarchy.

Syntax

[Android.Runtime.Register("dispatchConfigurationChanged", "(Landroid/content/res/Configuration;)V", "GetDispatchConfigurationChanged_Landroid_content_res_Configuration_Handler")]
public virtual void DispatchConfigurationChanged (Android.Content.Res.Configuration newConfig)

See Also

View.OnConfigurationChanged(Android.Content.Res.Configuration)

Parameters

newConfig
The new resource configuration.

Remarks

Dispatch a notification about a resource configuration change down the view hierarchy. ViewGroups should override to route to their children.

[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