Android.App.Activity.OnContentChanged Method
This hook is called whenever the content view of the screen changes (due to a call to Android.Views.Window.SetContentView(Android.Views.View, .LayoutParams) or Android.Views.Window.AddContentView(Android.Views.View, .LayoutParams)).

Syntax

[Android.Runtime.Register("onContentChanged", "()V", "GetOnContentChangedHandler")]
public virtual void OnContentChanged ()

Remarks

Requirements

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